Browse Source

2025.12.0-alpha3

Marcin Ziąbek 1 month ago
parent
commit
5a1aae5759
2 changed files with 4 additions and 3 deletions
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 3 2
      Source/QuestPDF/Resources/ReleaseNotes.txt

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2025.12.0-alpha2</Version>
+        <Version>2025.12.0-alpha3</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>

+ 3 - 2
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -24,5 +24,6 @@
 2025.12.0-alpha3:
 - Ported all changes from the 2025.7.3 release.
 - Updated the Skia native dependency to version m142.
-- Added support for the following conformance standards: PDF/A-1a and PDF/A-1b.
-- Improved automated tagging by enabling it only when a relevant conformance standard is active.
+- 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.