We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467551e commit a314a36Copy full SHA for a314a36
2 files changed
RELEASE_NOTES.md
@@ -1,6 +1,10 @@
1
# Release Notes
2
3
-## XMLUnit.NET 2.10.1 - /not released, yet/
+## 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).
8
9
## XMLUnit.NET 2.10.0 - /Released 2024-08-08/
10
src/shared/CommonAssemblyInfo.cs
@@ -26,7 +26,7 @@ namespace Org.XmlUnit
26
internal static class XmlUnitVersion
27
{
28
internal const string ApiVersion = "2.11.0";
29
- internal const string AssemblyVersion = ApiVersion + ".256";
+ internal const string AssemblyVersion = ApiVersion + ".283";
30
internal const string Version = ApiVersion + "-alpha";
31
}
32
0 commit comments