Skip to content

Commit

Permalink
Adding license and readme to nuget file
Browse files Browse the repository at this point in the history
  • Loading branch information
Witteborn committed Jun 29, 2024
1 parent db8c6da commit 2a24a9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ReedSolomon/ReedSolomon/ReedSolomon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>

<Copyright>Witteborn</Copyright>

<PackageReadmeFile>README.md</PackageReadmeFile>

<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

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

</Project>

0 comments on commit 2a24a9f

Please sign in to comment.