瀏覽代碼

2025.1.0 release

Marcin Ziąbek 10 月之前
父節點
當前提交
e19658b2da
共有 2 個文件被更改,包括 2 次插入5 次删除
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 1 4
      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.1.0-rc0</Version>
+        <Version>2025.1.0</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>

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

@@ -1,8 +1,5 @@
-Version 2025.1.0-alpha0
+Version 2025.1.0
 - Implemented a Lazy element that delays content creation to reduce memory usage and enhance garbage collection efficiency in large documents.
-
-
-Version 2025.1.0-rc0
 - Optimization: releasing native objects as early as possible to reduce peak memory usage,
 - Various performance and memory optimizations,
 - Increased maximum level of parallelism from 2 to 4.