Marcin Ziąbek 1 mese fa
parent
commit
134fd21095

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2025.12.0-alpha3</Version>
+        <Version>2025.12.0-alpha4</Version>
         <PackageDescription>Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.</PackageDescription>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>12</LangVersion>

+ 8 - 1
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -26,4 +26,11 @@
 - Updated the Skia native dependency to version m142.
 - Added experimental support for the following conformance standards: PDF/A-1a and PDF/A-1b.
 - Improved automated tagging, which is now enabled only when a relevant conformance standard is active.
-- Created a conformance test suite based on the VeraPDF project.
+- Created a conformance test suite based on the VeraPDF project.
+
+
+2025.12.0-alpha4:
+- Simplified the Fluent API.
+- Made minor semantic adjustments.
+- Added a conformance test suite based on the Mustang project (for ZUGFeRD).
+- Performed code refactoring and cleanup.