Skip to content

Commit 3efe5c0

Browse files
committed
chore: add project metadata to OsmoDoc.csproj file
1 parent 9d1e0c1 commit 3efe5c0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

OsmoDoc/OsmoDoc.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
<TargetFrameworks>net8.0</TargetFrameworks>
55
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
66
<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>
717
</PropertyGroup>
818

919

0 commit comments

Comments
 (0)