Skip to content

Commit

Permalink
Add README to Nuget package (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve authored Oct 17, 2023
1 parent ec3ad36 commit 620dc55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/SemanticVersioning/SemanticVersioning.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
<RepositoryUrl>https://github.com/adamreeve/semver.net</RepositoryUrl>
<AssemblyOriginatorKeyFile>..\..\build\semver-key.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup Label="Additional nuget files">
<None Include="../../LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="../../LICENSE" Pack="true" PackagePath="\" />
<None Include="../../README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 620dc55

Please sign in to comment.