We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1e0c1 commit 3efe5c0Copy full SHA for 3efe5c0
1 file changed
OsmoDoc/OsmoDoc.csproj
@@ -4,6 +4,16 @@
4
<TargetFrameworks>net8.0</TargetFrameworks>
5
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
6
<Nullable>enable</Nullable>
7
+
8
+ <PackageId>OsmoDoc</PackageId>
9
+ <Version>1.0.0</Version>
10
+ <Authors>Osmosys Software Solutions</Authors>
11
+ <Company>Osmosys Software Solutions</Company>
12
+ <Description>A library for generating PDF documents from HTML and EJS templates using wkhtmltopdf.</Description>
13
+ <RepositoryUrl>https://github.com/OsmosysSoftware/osmodoc</RepositoryUrl>
14
+ <PackageTags>pdf;html;ejs;wkhtmltopdf;document generation</PackageTags>
15
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
16
+ <PackageProjectUrl>URL to project homepage or documentation</PackageProjectUrl>
17
</PropertyGroup>
18
19
0 commit comments