2
0
Marcin Ziąbek 10 сар өмнө
parent
commit
09e232e68b

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2025.1.1</Version>
+        <Version>2025.1.2</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>12</LangVersion>

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

@@ -10,4 +10,5 @@ Version 2025.1.1
 
 
 Version 2025.1.2
-- Adjusted the Row.AutoItem behavior to preserve its size when the Row element covers more than one page.
+- Adjusted the behavior of Row.AutoItem to preserve its size when a Row element spans multiple pages.
+- Improved Linux compatibility by including the necessary native dependencies (OpenSSL and libjpeg-turbo).