From b895931eb9e16beba822d4c9cb65e05e5d45a96b Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Fri, 28 Oct 2022 23:30:23 +0200 Subject: [PATCH] 2022.11.0-alpha0 --- QuestPDF/QuestPDF.csproj | 2 +- QuestPDF/Resources/Description.md | 2 +- QuestPDF/Resources/ReleaseNotes.txt | 7 +------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/QuestPDF/QuestPDF.csproj b/QuestPDF/QuestPDF.csproj index 259f636..0229842 100644 --- a/QuestPDF/QuestPDF.csproj +++ b/QuestPDF/QuestPDF.csproj @@ -3,7 +3,7 @@ MarcinZiabek CodeFlint QuestPDF - 2022.9.0 + 2022.11.0-alpha0 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. $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt")) 9 diff --git a/QuestPDF/Resources/Description.md b/QuestPDF/Resources/Description.md index 73ac988..41f8a3e 100644 --- a/QuestPDF/Resources/Description.md +++ b/QuestPDF/Resources/Description.md @@ -21,7 +21,7 @@ Install-Package QuestPDF dotnet add package QuestPDF // Package reference in .csproj file - + ``` ## Documentation diff --git a/QuestPDF/Resources/ReleaseNotes.txt b/QuestPDF/Resources/ReleaseNotes.txt index 44c7fc7..647db26 100644 --- a/QuestPDF/Resources/ReleaseNotes.txt +++ b/QuestPDF/Resources/ReleaseNotes.txt @@ -1,6 +1 @@ -2022.9.0 -- Implemented font-fallback algorithm, -- Introduced new Settings API, -- Significantly reduced memory allocation cost for TextStyle objects, -- Implemented optional checking if all font glyphs are available, -- Minor text-rendering optimizations. +Added support for the right-to-left content direction. \ No newline at end of file