Skip to content

Commit 1e9b378

Browse files
committed
NUnit 4.x support will require a new minor release
1 parent 75b5eba commit 1e9b378

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.10.1.{build}
1+
version: 2.11.0.{build}
22

33
image:
44
- Ubuntu2204

src/shared/CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Org.XmlUnit
2525
{
2626
internal static class XmlUnitVersion
2727
{
28-
internal const string ApiVersion = "2.10.1";
28+
internal const string ApiVersion = "2.11.0";
2929
internal const string AssemblyVersion = ApiVersion + ".256";
3030
internal const string Version = ApiVersion + "-alpha";
3131
}

0 commit comments

Comments
 (0)