Skip to content

Commit 13049f6

Browse files
committed
prepare 2.11.1 release
1 parent c3b7aee commit 13049f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.1 - /Not Released, yet/
3+
## XMLUnit.NET 2.11.1 - /Released 2025-05-19/
44

55
* placeholders can now also be used inside of the local part of `xsi:type` attributes.
66
PR [#49](https://github.com/xmlunit/xmlunit.net/pull/49)

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.1";
29-
internal const string AssemblyVersion = ApiVersion + ".283";
30-
internal const string Version = ApiVersion + "-alpha";
29+
internal const string AssemblyVersion = ApiVersion + ".314";
30+
internal const string Version = ApiVersion;
3131
}
3232
}

0 commit comments

Comments
 (0)