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 bf41032 commit b6d4991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rm.DelegatingHandlers/rm.DelegatingHandlers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
<RepositoryUrl>https://github.com/rmandvikar/delegating-handlers</RepositoryUrl>
<PackageProjectUrl>https://github.com/rmandvikar/delegating-handlers</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>

<ItemGroup>
Expand Down

0 comments on commit b6d4991

Please sign in to comment.