Browse Source

2023.5.3 Release

MarcinZiabek 2 years ago
parent
commit
c35e399b87
2 changed files with 4 additions and 1 deletions
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 3 0
      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>2023.5.2</Version>
+        <Version>2023.5.3</Version>
         <PackageDescription>QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API. Easily generate PDF reports, invoices, exports, etc.</PackageDescription>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>9</LangVersion>

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

@@ -14,3 +14,6 @@ Version 2023.5.1
 
 Version 2023.5.2
 - Adjusted accessibility of the Image API method. 
+
+Version 2023.5.3
+- Fixed: image scaling may cause a rare bug that terminates an entire application when under a high memory pressure.