Skip to content

Commit 236c354

Browse files
committed
add rm and license to nuget
1 parent ad76b6e commit 236c354

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

DotNut/DotNut.csproj

+12
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,22 @@
1515
<RepositoryUrl>https://github.com/Kukks/DotNut</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>bitcoin cashu ecash secp256k1</PackageTags>
18+
<PackageReadmeFile>README.md</PackageReadmeFile>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
1821
</PropertyGroup>
1922

2023
<ItemGroup>
2124
<PackageReference Include="NBitcoin.Secp256k1" Version="3.1.5" />
2225
</ItemGroup>
2326

27+
<ItemGroup>
28+
<None Include="..\README.md" Pack="true">
29+
<Link>README.md</Link>
30+
</None >
31+
<None Include="..\LICENSE" Pack="true">
32+
<Link>LICENSE</Link>
33+
</None >
34+
</ItemGroup>
35+
2436
</Project>

0 commit comments

Comments
 (0)