1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard2.0;netstandard2.1;net461;net480;net8.0</TargetFrameworks >
4
- <Version >17.1 .0</Version >
4
+ <Version >17.2 .0</Version >
5
5
<Authors >Stephan Stapel</Authors >
6
6
<Company >s2 industries</Company >
7
7
<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>
22
22
<PackageProjectUrl >https://github.com/stephanstapel/ZUGFeRD-csharp/</PackageProjectUrl >
23
23
<PackageTags >zugferd xml</PackageTags >
24
24
<Copyright >Stephan Stapel, s2 industries, 2024</Copyright >
25
- <AssemblyVersion >17.1 .0</AssemblyVersion >
25
+ <AssemblyVersion >17.2 .0</AssemblyVersion >
26
26
<AssemblyTrademark >http://www.s2-industries.com</AssemblyTrademark >
27
- <FileVersion >17.1 .0</FileVersion >
27
+ <FileVersion >17.2 .0</FileVersion >
28
28
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
29
29
<AssemblyName >s2industries.ZUGFeRD</AssemblyName >
30
30
<SignAssembly >true</SignAssembly >
31
31
<AssemblyOriginatorKeyFile >ZUGFeRD.snk</AssemblyOriginatorKeyFile >
32
32
<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
34
43
* Tax registration details
35
44
* Tax Point Date
36
45
* Maturity Date
37
46
* Origin trade country
38
47
* New quantity codes
39
48
* Fixes
40
49
41
- Full release notes here:
42
- https://github.com/stephanstapel/ZUGFeRD-csharp/releases/tag/17.1.0
43
- Thanks to all contributors!
44
-
45
50
17.0.0
46
51
* Added ApplicableTradeDeliveryTermsCode
47
52
* Allowing for max 4 decimals in unit prices
0 commit comments