Skip to content

Commit

Permalink
add rm and license to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Jun 6, 2024
1 parent ad76b6e commit 236c354
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DotNut/DotNut.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,22 @@
<RepositoryUrl>https://github.com/Kukks/DotNut</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>bitcoin cashu ecash secp256k1</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>

</PropertyGroup>

<ItemGroup>
<PackageReference Include="NBitcoin.Secp256k1" Version="3.1.5" />
</ItemGroup>

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

</Project>

0 comments on commit 236c354

Please sign in to comment.