Skip to content

Commit 53bdd9e

Browse files
committed
added more target frameworks
1 parent 0500434 commit 53bdd9e

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

ZUGFeRD/ZUGFeRD.csproj

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<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>
55
<Authors>Stephan Stapel</Authors>
66
<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:
1414
https://github.com/sponsors/stephanstapel
1515

1616
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:
2020
https://github.com/stephanstapel/ZUGFeRD-csharp</Description>
2121
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2222
<PackageProjectUrl>https://github.com/stephanstapel/ZUGFeRD-csharp/</PackageProjectUrl>
2323
<PackageTags>zugferd xml</PackageTags>
2424
<Copyright>Stephan Stapel, s2 industries, 2023</Copyright>
25-
<AssemblyVersion>12.7.0</AssemblyVersion>
25+
<AssemblyVersion>12.8.0</AssemblyVersion>
2626
<AssemblyTrademark>http://www.s2-industries.com</AssemblyTrademark>
2727
<FileVersion>12.7.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>12.7.0: Support for EReporting, bugfixes
33+
<PackageReleaseNotes>12.8.0: Added more targets
34+
12.7.0: Support for EReporting, bugfixes
3435
12.6.0: XRechnung 3 enthancements, refactoring
3536
12.5.0: various bugfixes
3637
12.4.0: additional ElectronicAddressSchemeIdentifiers

0 commit comments

Comments
 (0)