Skip to content

Commit 5ed076c

Browse files
committed
Generating symbols and adding extra meta data.
1 parent 41a170f commit 5ed076c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/Kevsoft.PDFtk/Kevsoft.PDFtk.csproj

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,34 @@
44
<TargetFramework>net5.0</TargetFramework>
55
</PropertyGroup>
66

7+
<PropertyGroup>
8+
<IncludeSymbols>true</IncludeSymbols>
9+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
10+
</PropertyGroup>
11+
12+
<PropertyGroup>
13+
<Title>Kevsoft.PDFtk</Title>
14+
<AssemblyName>Kevsoft.PDFtk</AssemblyName>
15+
<PackageId>Kevsoft.PDFtk</PackageId>
16+
<Authors>Kevin Smith</Authors>
17+
<Company>Kevsoft</Company>
18+
<AssemblyTitle>Kevsoft.PDFtk</AssemblyTitle>
19+
<Description>
20+
A wrapper around the PDFtk server,
21+
which is used for server side processing of PDF documents such
22+
Merging, splitting, rotating, decrypting, encrypting, filling, stamping.
23+
</Description>
24+
<Copyright>Copyright © Kevsoft 2021</Copyright>
25+
</PropertyGroup>
26+
27+
<PropertyGroup>
28+
<PackageTags>PDFtk;pdf</PackageTags>
29+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
30+
<PackageProjectUrl>https://github.com/kevbite/Kevsoft.PDFtk</PackageProjectUrl>
31+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
32+
<RepositoryType>git</RepositoryType>
33+
<RepositoryUrl>https://github.com/kevbite/Kevsoft.PDFtk.git</RepositoryUrl>
34+
<LangVersion>latest</LangVersion>
35+
</PropertyGroup>
36+
737
</Project>

0 commit comments

Comments
 (0)