We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b5eba commit 1e9b378Copy full SHA for 1e9b378
2 files changed
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 2.10.1.{build}
+version: 2.11.0.{build}
2
3
image:
4
- Ubuntu2204
src/shared/CommonAssemblyInfo.cs
@@ -25,7 +25,7 @@ namespace Org.XmlUnit
25
{
26
internal static class XmlUnitVersion
27
28
- internal const string ApiVersion = "2.10.1";
+ internal const string ApiVersion = "2.11.0";
29
internal const string AssemblyVersion = ApiVersion + ".256";
30
internal const string Version = ApiVersion + "-alpha";
31
}
0 commit comments