|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 | <PropertyGroup>
|
3 |
| - <TargetFrameworks>netstandard2.0;net461;net480</TargetFrameworks> |
4 |
| - <Version>12.7.0</Version> |
| 3 | + <TargetFrameworks>netstandard2.0;netstandard2.1;net461;net480;net8.0</TargetFrameworks> |
| 4 | + <Version>12.8.0</Version> |
5 | 5 | <Authors>Stephan Stapel</Authors>
|
6 | 6 | <Company>s2 industries</Company>
|
7 |
| - <Description>ZUGFeRD and it's successor Factur-X/ XRechnung are initiatives from German (respectively European) government to foster electronic invoices. |
8 |
| -It is based on using PDF/A-3 to store invoices along with embedded xml descriptor for easy processing. |
9 |
| -A special favor is the so-called XRechnung which is also supported by this library. |
10 |
| - |
11 |
| -This library allows to create these xml descriptors in an easy way. |
12 |
| - |
13 |
| -To help developing the library, please become a sponsor: |
| 7 | + <Description>ZUGFeRD and it's successor Factur-X/ XRechnung are initiatives from German (respectively European) government to foster electronic invoices. |
| 8 | +It is based on using PDF/A-3 to store invoices along with embedded xml descriptor for easy processing. |
| 9 | +A special favor is the so-called XRechnung which is also supported by this library. |
| 10 | + |
| 11 | +This library allows to create these xml descriptors in an easy way. |
| 12 | + |
| 13 | +To help developing the library, please become a sponsor: |
14 | 14 | https://github.com/sponsors/stephanstapel
|
15 | 15 |
|
16 | 16 | You find the release notes here:
|
17 |
| -https://github.com/stephanstapel/ZUGFeRD-csharp/releases |
18 |
| - |
19 |
| -Find more about the library here: |
| 17 | +https://github.com/stephanstapel/ZUGFeRD-csharp/releases |
| 18 | + |
| 19 | +Find more about the library here: |
20 | 20 | https://github.com/stephanstapel/ZUGFeRD-csharp</Description>
|
21 | 21 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
22 | 22 | <PackageProjectUrl>https://github.com/stephanstapel/ZUGFeRD-csharp/</PackageProjectUrl>
|
23 | 23 | <PackageTags>zugferd xml</PackageTags>
|
24 | 24 | <Copyright>Stephan Stapel, s2 industries, 2023</Copyright>
|
25 |
| - <AssemblyVersion>12.7.0</AssemblyVersion> |
| 25 | + <AssemblyVersion>12.8.0</AssemblyVersion> |
26 | 26 | <AssemblyTrademark>http://www.s2-industries.com</AssemblyTrademark>
|
27 | 27 | <FileVersion>12.7.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>12.7.0: Support for EReporting, bugfixes |
| 33 | + <PackageReleaseNotes>12.8.0: Added more targets |
| 34 | +12.7.0: Support for EReporting, bugfixes |
34 | 35 | 12.6.0: XRechnung 3 enthancements, refactoring
|
35 | 36 | 12.5.0: various bugfixes
|
36 | 37 | 12.4.0: additional ElectronicAddressSchemeIdentifiers
|
|
0 commit comments