فهرست منبع

2023.5.1 release

MarcinZiabek 2 سال پیش
والد
کامیت
52221f64ff
2فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 6 0
      Source/QuestPDF/Resources/ReleaseNotes.txt

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

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

+ 6 - 0
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -6,3 +6,9 @@ Version 2023.5.0
 - Refactoring: moved the PdfA setting from the DocumentMetadata class to the DocumentSettings class
 - Improved Image API by providing additional FluentA API methods
 - Improvement: the GenerateImage element now provides the expected image resolution, abstracting away the physical area size and target image DPI
+
+Version 2023.5.1
+- Adjusted the Image and SharedImage APIs,
+- Improved image generation performance,
+- Provided the ability to configure the image generation process: image format, compression quality and raster DPI.
+