Browse Source

2023.12.6

Marcin Ziąbek 1 year ago
parent
commit
a9b0fa67cd
2 changed files with 5 additions and 1 deletions
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 4 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.12.5</Version>
+        <Version>2023.12.6</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 - 0
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -29,3 +29,7 @@ Version 2023.12.5
 - Improvement: redesigned the automated layout issue detection algorithm
 - Improvement: when drawing content with the Canvas element, the library now clips drawn content to the element's boundaries. This prevents potential overflow when integrating with other libraries
 - Improvement: enhanced layout stability
+
+Version 2023.12.6
+- Updated NuGet package tags
+- Removed the netcoreapp3.0 target from the library, as it is already covered by netstandard2.0