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 abf9800 commit 76fec6dCopy full SHA for 76fec6d
RELEASE_NOTES.md
@@ -1,6 +1,6 @@
1
# Release Notes
2
3
-## XMLUnit.NET 2.9.2 - /not released, yet/
+## XMLUnit.NET 2.9.2 - /Released 2023-03-16/
4
5
* added `NodeFilters#SatisfiesAll` and `SatifiesAny` methods to make
6
it easier to combine multiple node filters.
src/shared/CommonAssemblyInfo.cs
@@ -26,7 +26,7 @@ namespace Org.XmlUnit
26
internal static class XmlUnitVersion
27
{
28
internal const string ApiVersion = "2.9.2";
29
- internal const string AssemblyVersion = ApiVersion + ".209";
30
- internal const string Version = ApiVersion + "-alpha";
+ internal const string AssemblyVersion = ApiVersion + ".240";
+ internal const string Version = ApiVersion;
31
}
32
0 commit comments