Skip to content

Commit 82c6a68

Browse files
committed
next iteration
1 parent 3c1734d commit 82c6a68

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release Notes
22

3-
## XMLUnit.NET 2.11.2 - /Release 2026-07-31/
3+
## XMLUnit.NET 2.11.3 - /not released, yet/
4+
5+
## XMLUnit.NET 2.11.2 - /Released 2026-07-31/
46

57
* `IsDateTimePlaceholderHandler` now supports an optional second argument specifying a
68
different CultureInfo than the invariant culture used by default as

appveyor.yml

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

33
image:
44
- Ubuntu2204

src/doc/monodoc/core/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
under <format type="text/html"><a href="https://github.com/xmlunit/xmlunit.net/blob/main/LICENSE">the
6363
Apache License, Version 2.0</a></format>.</para></Remarks>
6464
<Copyright></Copyright>
65-
<Title>XMLUnit.NET 2.11.2</Title>
65+
<Title>XMLUnit.NET 2.11.3</Title>
6666
</Overview>

src/shared/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ namespace Org.XmlUnit
2525
{
2626
internal static class XmlUnitVersion
2727
{
28-
internal const string ApiVersion = "2.11.2";
28+
internal const string ApiVersion = "2.11.3";
2929
internal const string AssemblyVersion = ApiVersion + ".337";
30-
internal const string Version = ApiVersion;
30+
internal const string Version = ApiVersion + "-alpha";
3131
}
3232
}

0 commit comments

Comments
 (0)