Skip to content

Commit ca3a447

Browse files
committed
version bump ZUGFeRD PDF
1 parent ba3eb87 commit ca3a447

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ZUGFeRD.PDF/ZUGFeRD.PDF.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1818
<RootNamespace>s2industries.ZUGFeRD.PDF</RootNamespace>
19-
<Version>17.2.0</Version>
20-
<PackageReleaseNotes>17.2.0:
19+
<Version>17.2.1</Version>
20+
<PackageReleaseNotes>17.2.1:
2121
* Enhanced filename checks
22+
* PDF Metadata enhancements
2223

2324
17.1.0:
2425
* No major change
@@ -28,7 +29,7 @@
2829
* fully compliant XMP metadata
2930
</PackageReleaseNotes>
3031
<AssemblyName>s2industries.ZUGFeRD.PDF</AssemblyName>
31-
<AssemblyVersion>17.1.0</AssemblyVersion>
32+
<AssemblyVersion>17.2.1</AssemblyVersion>
3233
<Description>ZUGFeRD and it's successor Factur-X/ XRechnung are initiatives from German (respectively European) government to foster electronic invoices.
3334
It is based on using PDF/A-3 to store invoices along with embedded xml descriptor for easy processing.
3435
A special favor is the so-called XRechnung which is also supported by this library.
@@ -57,7 +58,7 @@ This library allows to load and create PDF/A files.
5758
<PackageReference Include="PDFsharp-extended" Version="1.2.0-preview-1" />
5859
<PackageReference Include="SkiaSharp" Version="3.118.0-preview.2.3" />
5960
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.1" />
60-
<PackageReference Include="ZUGFeRD-csharp" Version="17.1.0" />
61+
<PackageReference Include="ZUGFeRD-csharp" Version="17.2.0" />
6162
</ItemGroup>
6263

6364
</Project>

0 commit comments

Comments
 (0)