2023.4.2 release

This commit is contained in:
MarcinZiabek
2023-05-09 02:38:17 +02:00
parent e23a7bd821
commit 27a808b389
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<Authors>MarcinZiabek</Authors>
<Company>CodeFlint</Company>
<PackageId>QuestPDF</PackageId>
<Version>2023.4.1</Version>
<Version>2023.4.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>9</LangVersion>
@@ -4,3 +4,9 @@ This release does not contain any features or quality improvements.
Its purpose is to mark the QuestPDF shift towards the dual-licensing model.
Most users are not affected by this change.
Please visit the https://www.questpdf.com/pricing.html webpage for more information.
Version 2023.4.1:
Added IntelliSense-powered documentation for certain API methods.
Version 2023.4.2:
Fix: fixed the rendering order of table cells in certain scenarios