Marcin Ziąbek 1 月之前
父節點
當前提交
3a7b2ee014
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 1 2
      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>2025.7.3</Version>
+        <Version>2025.7.4</Version>
         <PackageDescription>Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.</PackageDescription>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>12</LangVersion>

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

@@ -1,2 +1 @@
-- Fixed an issue that caused the PDF generation process to fail when the application lacked file access permissions to the default temporary folder.
-- Added support for specifying a custom temporary storage path through the QuestPDF.Settings.TemporaryStoragePath property.
+- Fixed the DocumentOperation.ExtendMetadata operation to preserve /Metadata tag attributes (/Subtype /XML) and improve compatibility with the Mustang validation tool for ZUGFeRD files.