Skip to content

Commit

Permalink
nuget: Include LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmandvikar committed Sep 24, 2023
1 parent a8cb3e8 commit 5e21de8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rm.Random2/rm.Random2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
<RepositoryUrl>https://github.com/rmandvikar/random2</RepositoryUrl>
<PackageProjectUrl>https://github.com/rmandvikar/random2</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Authors>hippy</Authors>
<Company>hippy</Company>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 5e21de8

Please sign in to comment.