You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CreatePdf.NET/CreatePdf.NET.csproj
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,19 @@
6
6
<ImplicitUsings>enable</ImplicitUsings>
7
7
8
8
<PackageId>CreatePdf.NET</PackageId>
9
-
<Version>3.0.0</Version>
9
+
<Title>CreatePdf.NET - Simple PDF Creation Library</Title>
10
+
<Version>3.0.1</Version>
10
11
<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>
<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>
0 commit comments