Skip to content

Commit 6da7b93

Browse files
committed
Adding README.md to the package for NuGet
1 parent e255bff commit 6da7b93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Kevsoft.PDFtk/Kevsoft.PDFtk.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
Merging, splitting, rotating, decrypting, encrypting, filling, stamping.
2424
</Description>
2525
<Copyright>Copyright © Kevsoft 2021</Copyright>
26+
<PackageReadmeFile>README.md</PackageReadmeFile>
2627
</PropertyGroup>
2728

2829
<PropertyGroup>
@@ -39,4 +40,7 @@
3940
<LangVersion>latest</LangVersion>
4041
</PropertyGroup>
4142

43+
<ItemGroup>
44+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
45+
</ItemGroup>
4246
</Project>

0 commit comments

Comments
 (0)