We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b7aee commit 13049f6Copy full SHA for 13049f6
RELEASE_NOTES.md
@@ -1,6 +1,6 @@
1
# Release Notes
2
3
-## XMLUnit.NET 2.11.1 - /Not Released, yet/
+## XMLUnit.NET 2.11.1 - /Released 2025-05-19/
4
5
* placeholders can now also be used inside of the local part of `xsi:type` attributes.
6
PR [#49](https://github.com/xmlunit/xmlunit.net/pull/49)
src/shared/CommonAssemblyInfo.cs
@@ -26,7 +26,7 @@ namespace Org.XmlUnit
26
internal static class XmlUnitVersion
27
{
28
internal const string ApiVersion = "2.11.1";
29
- internal const string AssemblyVersion = ApiVersion + ".283";
30
- internal const string Version = ApiVersion + "-alpha";
+ internal const string AssemblyVersion = ApiVersion + ".314";
+ internal const string Version = ApiVersion;
31
}
32
0 commit comments