We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad76b6e commit 236c354Copy full SHA for 236c354
DotNut/DotNut.csproj
@@ -15,10 +15,22 @@
15
<RepositoryUrl>https://github.com/Kukks/DotNut</RepositoryUrl>
16
<RepositoryType>git</RepositoryType>
17
<PackageTags>bitcoin cashu ecash secp256k1</PackageTags>
18
+ <PackageReadmeFile>README.md</PackageReadmeFile>
19
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
20
+
21
</PropertyGroup>
22
23
<ItemGroup>
24
<PackageReference Include="NBitcoin.Secp256k1" Version="3.1.5" />
25
</ItemGroup>
26
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
34
+ </ItemGroup>
35
36
</Project>
0 commit comments