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

Commit e6bad27

Browse files
Create package 2.0
1 parent b971c9e commit e6bad27

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Fody/Fody.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<PropertyGroup>
44
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
55
<DebugType>portable</DebugType>
6+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7+
<PackageId>Stamp.Fody</PackageId>
8+
<Version>2.0.0</Version>
9+
<Authors>Julian Verdurmen</Authors>
10+
<Product>Stamp.Fody</Product>
11+
<Company>Julian Verdurmen</Company>
612
</PropertyGroup>
713
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
814
<PackageReference Include="FodyHelpers" Version="3.1.7" />

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ build:
1010
test_script:
1111
- ps: .\run-tests.ps1
1212
artifacts:
13-
- path: NuGetBuild/Stamp.Fody.*.nupkg
13+
- path: Fody\bin\Release\Stamp.Fody.*.nupkg
1414
name: nuget

0 commit comments

Comments
 (0)