浏览代码

2023.10.0 release

Marcin Ziąbek 2 年之前
父节点
当前提交
4b1b8db77e

+ 1 - 1
Source/QuestPDF.Previewer/QuestPDF.Previewer.csproj

@@ -4,7 +4,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF.Previewer</PackageId>
-        <Version>2023.10.0-alpha0</Version>
+        <Version>2023.10.0</Version>
         <PackAsTool>true</PackAsTool>
         <ToolCommandName>questpdf-previewer</ToolCommandName>
         <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.</PackageDescription>

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2023.10.0-alpha0</Version>
+        <Version>2023.10.0</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>

+ 4 - 1
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -1,2 +1,5 @@
 Version 2023.10.0
-Quality of Life: improved the developer experience during debugging of document layout issues. The library now marks problematic sections directly in the generated PDF.
+- Primary focus: Improved the developer experience by enhancing debugging for document layout issues. Now, the library visually marks the places where problems occur
+- Updated dependency SkiaSharp from 2.88.3 to 2.88.6
+- Updated QuestPDF Previewer dependencies: from Avalonia 0.10.X to 11.0.X
+- Improved code quality