Kaynağa Gözat

2024.12.0-rc1

Marcin Ziąbek 1 yıl önce
ebeveyn
işleme
31696951d8

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2024.12.0-rc0</Version>
+        <Version>2024.12.0-rc1</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>

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

@@ -11,3 +11,7 @@ This release introduces several long-awaited features releated to document opera
 These features are built using the qpdf library, available under the "Apache-2.0" license.
 The qpdf library is available at: https://github.com/qpdf/qpdf
 We extend our thanks to the authors of qpdf for their contributions to the open-source community.
+
+
+Version 2024.12.0-rc1
+- Document Operations: improved compatibility with Windows operating systems.