Skip to content

Commit 8823603

Browse files
committed
test fix, version bump
1 parent 2471b1e commit 8823603

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

ZUGFeRD.Test/GlobalTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class GlobalTests : TestBase
3131

3232

3333
[TestMethod]
34-
public void TestAutomaticLineIds(ZUGFeRDVersion version, Profile profile)
34+
public void TestAutomaticLineIds()
3535
{
3636
InvoiceDescriptor desc = this.InvoiceProvider.CreateInvoice();
3737
desc.TradeLineItems.Clear();
@@ -46,7 +46,7 @@ public void TestAutomaticLineIds(ZUGFeRDVersion version, Profile profile)
4646

4747

4848
[TestMethod]
49-
public void TestManualLineIds(ZUGFeRDVersion version, Profile profile)
49+
public void TestManualLineIds()
5050
{
5151
InvoiceDescriptor desc = this.InvoiceProvider.CreateInvoice();
5252
desc.TradeLineItems.Clear();
@@ -59,7 +59,7 @@ public void TestManualLineIds(ZUGFeRDVersion version, Profile profile)
5959

6060

6161
[TestMethod]
62-
public void TestCommentLine(ZUGFeRDVersion version, Profile profile)
62+
public void TestCommentLine()
6363
{
6464
string COMMENT = System.Guid.NewGuid().ToString();
6565
string CUSTOM_LINE_ID = System.Guid.NewGuid().ToString();

ZUGFeRD/ZUGFeRD.csproj

Lines changed: 9 additions & 4 deletions
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>16.0.2</Version>
4+
<Version>16.0.3</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,15 +22,20 @@ 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>16.0.2</AssemblyVersion>
25+
<AssemblyVersion>16.0.3</AssemblyVersion>
2626
<AssemblyTrademark>http://www.s2-industries.com</AssemblyTrademark>
27-
<FileVersion>16.0.2</FileVersion>
27+
<FileVersion>16.0.3</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>16.0.1
33+
<PackageReleaseNotes>16.0.3
34+
* Bugfix for ApplicableTradeTax
35+
* Bugfix for Comments
36+
37+
38+
16.0.1
3439
* Bugfix
3540

3641
16.0.0

0 commit comments

Comments
 (0)