Skip to content

Commit 3c1734d

Browse files
committed
prepare 2.11.2 release
1 parent 5bbca8a commit 3c1734d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE_NOTES.md

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

3-
## XMLUnit.NET 2.11.2 - /not released, yet/
3+
## XMLUnit.NET 2.11.2 - /Release 2026-07-31/
44

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

src/shared/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Org.XmlUnit
2626
internal static class XmlUnitVersion
2727
{
2828
internal const string ApiVersion = "2.11.2";
29-
internal const string AssemblyVersion = ApiVersion + ".314";
30-
internal const string Version = ApiVersion + "-alpha";
29+
internal const string AssemblyVersion = ApiVersion + ".337";
30+
internal const string Version = ApiVersion;
3131
}
3232
}

0 commit comments

Comments
 (0)