File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net8.0</TargetFrameworks >
4
+ <TargetFramework >net8.0</TargetFramework >
5
5
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
6
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 >https://github.com/OsmosysSoftware/osmodoc</PackageProjectUrl >
17
+ <RepositoryType >git</RepositoryType >
7
18
</PropertyGroup >
8
19
9
20
You can’t perform that action at this time.
0 commit comments