Skip to content

Commit a314a36

Browse files
committed
prepare next release
1 parent 467551e commit a314a36

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

RELEASE_NOTES.md

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

3-
## XMLUnit.NET 2.10.1 - /not released, yet/
3+
## XMLUnit.NET 2.11.0 - /Released 2025-03-28/
4+
5+
* introduced a new constraints library for NUnit 4.x as the NUnit 3.x
6+
constraints can not be used with NUnit 4.x at all.
7+
Issue [#42](https://github.com/xmlunit/xmlunit.net/issues/42).
48

59
## XMLUnit.NET 2.10.0 - /Released 2024-08-08/
610

src/shared/CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
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.0";
29-
internal const string AssemblyVersion = ApiVersion + ".256";
29+
internal const string AssemblyVersion = ApiVersion + ".283";
3030
internal const string Version = ApiVersion + "-alpha";
3131
}
3232
}

0 commit comments

Comments
 (0)