From 919f916219750fc0e9056ec2b0565fb314592c2a Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Mon, 4 Apr 2022 23:20:22 +0200 Subject: [PATCH] 2022.4 release --- QuestPDF.Previewer/QuestPDF.Previewer.csproj | 26 +++++++++++++++----- QuestPDF/QuestPDF.csproj | 2 +- QuestPDF/Resources/ReleaseNotes.txt | 5 +++- 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/QuestPDF.Previewer/QuestPDF.Previewer.csproj b/QuestPDF.Previewer/QuestPDF.Previewer.csproj index 0b0748c..b93178c 100644 --- a/QuestPDF.Previewer/QuestPDF.Previewer.csproj +++ b/QuestPDF.Previewer/QuestPDF.Previewer.csproj @@ -1,16 +1,30 @@ + MarcinZiabek + CodeFlint + QuestPDF.Previewer + 2022.4.0 + true + questpdf-previewer + 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 + true + Logo.png + https://www.questpdf.com/images/package-logo.png + https://www.questpdf.com/ + https://github.com/QuestPDF/library.git + git + Marcin ZiÄ…bek, QuestPDF contributors + pdf report file export generate generation tool create creation render portable document format quest html library converter open source free standard core previewer + MIT + true + snupkg exe net6.0 enable enable - - true - QuestPDF.Previewer - 2022.4.0 - true - questpdf-previewer diff --git a/QuestPDF/QuestPDF.csproj b/QuestPDF/QuestPDF.csproj index b341213..6f2a787 100644 --- a/QuestPDF/QuestPDF.csproj +++ b/QuestPDF/QuestPDF.csproj @@ -4,7 +4,7 @@ MarcinZiabek CodeFlint QuestPDF - 2022.4.0-alpha1 + 2022.4.0 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/ReleaseNotes.txt b/QuestPDF/Resources/ReleaseNotes.txt index 1b429e8..a181c0b 100644 --- a/QuestPDF/Resources/ReleaseNotes.txt +++ b/QuestPDF/Resources/ReleaseNotes.txt @@ -1,3 +1,6 @@ -- Introduced the Previewer tool - a hot-reload powered, cross-platform program that visualizes your PDF document and updates the preview every time you make a code change (available only for dotnet 6), +Release theme: +Introduced the QuestPDF Previewer tool - a hot-reload powered, cross-platform program that visualizes your PDF document and updates its preview every time you make a code change. You don't need to recompile your code after every small adjustment. Save time and enjoy the design process! (available only for dotnet 6 and beyond) + +Other changes: - Improved default word-wrapping algorithm to better handle words which do not fit on the available width, - Introduced new word-wrapping option 'WrapAnywhere' that wraps word at the last possible character instead of moving it into new line.