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 1d83bdd commit 24b7232Copy full SHA for 24b7232
RELEASE_NOTES.md
@@ -1,6 +1,6 @@
1
# Release Notes
2
3
-## XMLUnit.NET 2.9.1 - /not released, yet/
+## XMLUnit.NET 2.9.1 - /Released 2021-12-16/
4
5
* improved comparison performance for documents with many siblings
6
based on a suggestion by [@gerpres](https://github.com/gerpres) made
src/shared/CommonAssemblyInfo.cs
@@ -26,7 +26,7 @@ namespace Org.XmlUnit
26
internal static class XmlUnitVersion
27
{
28
internal const string ApiVersion = "2.9.1";
29
- internal const string AssemblyVersion = ApiVersion + ".205";
30
- internal const string Version = ApiVersion + "-alpha";
+ internal const string AssemblyVersion = ApiVersion + ".209";
+ internal const string Version = ApiVersion;
31
}
32
0 commit comments