Marcin Ziąbek 7 months ago
parent
commit
c0392e62a5
2 changed files with 4 additions and 10 deletions
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 3 9
      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.4.2</Version>
+        <Version>2025.4.3</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 - 9
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -1,9 +1,3 @@
-Version 2025.4.1
-- Updated the Skia library to version m136,
-- Updated the NuGet package README,
-- Added `DocumentOperation.Decrypt` featre to remove encryption from PDF documents,
-- Added `DocumentOperation.RemoveRestrictions` feature,
-- Improved availability of native resources on the legacy .NET Framework,
-- Fixed compatibility with Unity3D on Linux and macOS builds,
-- Fixed encryption of PDF files with 40-bit keys,
-- Fixed encryption of PDF files with 128-bit keys.
+Version 2025.4.3
+- Resolved a rare rendering issue that prevented shared images from displaying,
+- Updated the README file reference in the package and corrected the packaging path for the project description.