From 27a808b389b2a740253c0aab0a53d121f9490aea Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Tue, 9 May 2023 02:38:17 +0200 Subject: [PATCH] 2023.4.2 release --- Source/QuestPDF/QuestPDF.csproj | 2 +- Source/QuestPDF/Resources/ReleaseNotes.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Source/QuestPDF/QuestPDF.csproj b/Source/QuestPDF/QuestPDF.csproj index 59c4ee4..4fc079e 100644 --- a/Source/QuestPDF/QuestPDF.csproj +++ b/Source/QuestPDF/QuestPDF.csproj @@ -3,7 +3,7 @@ MarcinZiabek CodeFlint QuestPDF - 2023.4.1 + 2023.4.2 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. $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt")) 9 diff --git a/Source/QuestPDF/Resources/ReleaseNotes.txt b/Source/QuestPDF/Resources/ReleaseNotes.txt index 2985d09..ff5126b 100644 --- a/Source/QuestPDF/Resources/ReleaseNotes.txt +++ b/Source/QuestPDF/Resources/ReleaseNotes.txt @@ -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