Skip to content

Commit ba3eb87

Browse files
committed
version bump
1 parent 4000178 commit ba3eb87

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

ZUGFeRD.PDF/ZUGFeRD.PDF.csproj

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1818
<RootNamespace>s2industries.ZUGFeRD.PDF</RootNamespace>
19-
<Version>17.1.0</Version>
20-
<PackageReleaseNotes>17.1.0:
19+
<Version>17.2.0</Version>
20+
<PackageReleaseNotes>17.2.0:
21+
* Enhanced filename checks
22+
23+
17.1.0:
2124
* No major change
2225

2326
17.0.0:
@@ -44,6 +47,7 @@ This library allows to load and create PDF/A files.
4447
</ItemGroup>
4548

4649
<ItemGroup>
50+
<EmbeddedResource Include="Resources\PdfMetadataTemplate-2.0.xml" />
4751
<EmbeddedResource Include="Resources\PdfMetadataTemplate-2.3.xml" />
4852
<EmbeddedResource Include="Resources\PdfMetadataTemplate-1.0.xml" />
4953
<EmbeddedResource Include="Resources\sRGB-IEC61966-2.1.icc" />

ZUGFeRD/ZUGFeRD.csproj

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netstandard2.1;net461;net480;net8.0</TargetFrameworks>
4-
<Version>17.1.0</Version>
4+
<Version>17.2.0</Version>
55
<Authors>Stephan Stapel</Authors>
66
<Company>s2 industries</Company>
77
<Description>ZUGFeRD and it's successor Factur-X/ XRechnung are initiatives from German (respectively European) government to foster electronic invoices.
@@ -22,26 +22,31 @@ https://github.com/stephanstapel/ZUGFeRD-csharp</Description>
2222
<PackageProjectUrl>https://github.com/stephanstapel/ZUGFeRD-csharp/</PackageProjectUrl>
2323
<PackageTags>zugferd xml</PackageTags>
2424
<Copyright>Stephan Stapel, s2 industries, 2024</Copyright>
25-
<AssemblyVersion>17.1.0</AssemblyVersion>
25+
<AssemblyVersion>17.2.0</AssemblyVersion>
2626
<AssemblyTrademark>http://www.s2-industries.com</AssemblyTrademark>
27-
<FileVersion>17.1.0</FileVersion>
27+
<FileVersion>17.2.0</FileVersion>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2929
<AssemblyName>s2industries.ZUGFeRD</AssemblyName>
3030
<SignAssembly>true</SignAssembly>
3131
<AssemblyOriginatorKeyFile>ZUGFeRD.snk</AssemblyOriginatorKeyFile>
3232
<GenerateDocumentationFile>true</GenerateDocumentationFile>
33-
<PackageReleaseNotes>17.1.0
33+
<PackageReleaseNotes>17.2.0
34+
* Fixes in various details
35+
* Added multiple codes
36+
37+
Full release notes here:
38+
https://github.com/stephanstapel/ZUGFeRD-csharp/releases/tag/17.2.0
39+
Thanks to all contributors!
40+
41+
42+
17.1.0
3443
* Tax registration details
3544
* Tax Point Date
3645
* Maturity Date
3746
* Origin trade country
3847
* New quantity codes
3948
* Fixes
4049

41-
Full release notes here:
42-
https://github.com/stephanstapel/ZUGFeRD-csharp/releases/tag/17.1.0
43-
Thanks to all contributors!
44-
4550
17.0.0
4651
* Added ApplicableTradeDeliveryTermsCode
4752
* Allowing for max 4 decimals in unit prices

0 commit comments

Comments
 (0)