Skip to content

Commit 87e373f

Browse files
committed
2024.7.2
1 parent 1098512 commit 87e373f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Source/QuestPDF/QuestPDF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Authors>MarcinZiabek</Authors>
44
<Company>CodeFlint</Company>
55
<PackageId>QuestPDF</PackageId>
6-
<Version>2024.7.1</Version>
6+
<Version>2024.7.2</Version>
77
<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>
88
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
99
<LangVersion>12</LangVersion>

Source/QuestPDF/Resources/ReleaseNotes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ Fixes and Enhancements:
2121
Version 2024.7.1
2222
- Fixed: the ShowOnce element does not work as intended
2323
- Updated native assets.
24+
25+
26+
Version 2024.7.2
27+
- Fixed a memory leak issue when generating documents as images using the `GenerateImages` method.

0 commit comments

Comments
 (0)