Browse Source

2022.8.2 Version type

MarcinZiabek 3 years ago
parent
commit
7d62dead86
2 changed files with 2 additions and 2 deletions
  1. 1 1
      QuestPDF/QuestPDF.csproj
  2. 1 1
      QuestPDF/Resources/ReleaseNotes.txt

+ 1 - 1
QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2202.8.2</Version>
+        <Version>2022.8.2</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.</PackageDescription>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>9</LangVersion>

+ 1 - 1
QuestPDF/Resources/ReleaseNotes.txt

@@ -16,5 +16,5 @@
 - Updated stability of rendering elements in negative space
 - Optimization for the Column element: do not measure child when available height is negative
 
-2202.8.2
+2022.8.2
 - Fixed: the Column element incorrectly renders zero-height elements.