浏览代码

2024.12.0-rc0

Marcin Ziąbek 1 年之前
父节点
当前提交
a20fd07d02
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 1 1
      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>2024.11.0</Version>
+        <Version>2024.12.0-rc0</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 - 1
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -1,4 +1,4 @@
-Version 2024.11.0
+Version 2024.12.0
 
 This release introduces several long-awaited features releated to document operations such as:
 - Assemble: Rearrange, select, and remove specific pages within a document.