Skip to content

Commit 3366df8

Browse files
committed
Optimize NuGet package metadata and add icon for discoverability
1 parent 3d77446 commit 3366df8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CreatePdf.NET/CreatePdf.NET.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77

88
<PackageId>CreatePdf.NET</PackageId>
9+
<Title>CreatePdf.NET - Simple PDF Creation Library</Title>
910
<Version>3.0.0</Version>
1011
<Authors>Alexander Nachtmann</Authors>
11-
<Description>A simple, .NET library for PDF creation with text and bitmap rendering, plus optional OCR functionality for text extraction.</Description>
12-
<PackageTags>pdf;document;generation;lightweight;net10;ocr</PackageTags>
12+
<Summary>Lightweight PDF generation library for .NET 10/9/8 with text rendering, bitmap graphics, and OCR</Summary>
13+
<Description>CreatePdf.NET is a simple, fast PDF creation library for .NET applications. Generate PDF documents with text rendering, bitmap graphics, and optional OCR text extraction. Lightweight, dependency-free, 100% test coverage. Perfect for creating reports, invoices, receipts, labels, and documents. Supports .NET 10, .NET 9, and .NET 8 with fluent C# API.</Description>
14+
<PackageTags>pdf;pdf-generation;pdf-creator;pdf-library;create-pdf;generate-pdf;document;csharp;c#;dotnet;net10;net9;net8;text-rendering;bitmap;graphics;ocr;tesseract;report;invoice;receipt;label;lightweight;simple;fast;fluent-api;dependency-free</PackageTags>
1315
<RepositoryUrl>https://github.com/ANcpLua/CreatePdf.NET</RepositoryUrl>
1416
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1517
<PackageReadmeFile>README.md</PackageReadmeFile>
18+
<PackageIcon>icon.png</PackageIcon>
1619
<PackageProjectUrl>https://github.com/ANcpLua/CreatePdf.NET</PackageProjectUrl>
20+
<Copyright>Copyright © 2025 Alexander Nachtmann</Copyright>
21+
<PackageReleaseNotes>https://github.com/ANcpLua/CreatePdf.NET/releases</PackageReleaseNotes>
1722

1823
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1924
<IncludeSymbols>true</IncludeSymbols>
@@ -39,6 +44,7 @@
3944

4045
<ItemGroup>
4146
<None Include="..\README.md" Pack="true" PackagePath="\"/>
47+
<None Include="..\icon.png" Pack="true" PackagePath="\"/>
4248
</ItemGroup>
4349

4450
<ItemGroup>

icon.png

606 KB
Loading

0 commit comments

Comments
 (0)