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 9b4a465 commit 04403cfCopy full SHA for 04403cf
RELEASE_NOTES.md
@@ -1,6 +1,6 @@
1
# Release Notes
2
3
-## XMLUnit.NET 2.10.0 - /not released, yet/
+## XMLUnit.NET 2.10.0 - /Released 2024-08-08/
4
5
* adjusted the NUnit 3.x constraints so they should work for NUnit 4.x
6
as well.
src/shared/CommonAssemblyInfo.cs
@@ -26,7 +26,7 @@ namespace Org.XmlUnit
26
internal static class XmlUnitVersion
27
{
28
internal const string ApiVersion = "2.10.0";
29
- internal const string AssemblyVersion = ApiVersion + ".241";
30
- internal const string Version = ApiVersion + "-alpha";
+ internal const string AssemblyVersion = ApiVersion + ".256";
+ internal const string Version = ApiVersion;
31
}
32
0 commit comments