Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Create package 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Sep 1, 2018
1 parent b971c9e commit e6bad27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Fody/Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<DebugType>portable</DebugType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Stamp.Fody</PackageId>
<Version>2.0.0</Version>
<Authors>Julian Verdurmen</Authors>
<Product>Stamp.Fody</Product>
<Company>Julian Verdurmen</Company>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="FodyHelpers" Version="3.1.7" />
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ build:
test_script:
- ps: .\run-tests.ps1
artifacts:
- path: NuGetBuild/Stamp.Fody.*.nupkg
- path: Fody\bin\Release\Stamp.Fody.*.nupkg
name: nuget

0 comments on commit e6bad27

Please sign in to comment.