Skip to content

Commit

Permalink
Include README in nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzo committed Jan 4, 2022
1 parent d995938 commit a9146e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ReliableUdp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
<Title>ReliableUdp</Title>
<Description>.NET library that implements reliable (and optionally ordered) UDP delivery.</Description>
<ProjectUrl>https://github.com/Kezzo/reliable-udp</ProjectUrl>
<Readme>README.md</Readme>
</PropertyGroup>

<ItemGroup>
<None Include="../LICENSE.md" Pack="true" PackagePath="LICENSE.md"/>
<None Include="../README.md" Pack="true" PackagePath="README.md"/>
</ItemGroup>

</Project>

0 comments on commit a9146e5

Please sign in to comment.