File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments