浏览代码

2023.12.1 Release

Marcin Ziąbek 2 年之前
父节点
当前提交
07f8c00d17
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 2 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.12.0</Version>
+        <Version>2023.12.1</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>10</LangVersion>

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

@@ -7,3 +7,5 @@ Version 2023.12.0
 - Improvement: simplified DynamicComponent usage by introducing a state-less component model
 - Testing: introduced a new internal layout-testing engine (prototype)
 
+Version 2023.12.1
+- Fixed: table layout renders incorrectly if one of its cells spans at least three pages