Skip to content

Commit 04403cf

Browse files
committed
prepare 2.10.0 release
1 parent 9b4a465 commit 04403cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## XMLUnit.NET 2.10.0 - /not released, yet/
3+
## XMLUnit.NET 2.10.0 - /Released 2024-08-08/
44

55
* adjusted the NUnit 3.x constraints so they should work for NUnit 4.x
66
as well.

src/shared/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Org.XmlUnit
2626
internal static class XmlUnitVersion
2727
{
2828
internal const string ApiVersion = "2.10.0";
29-
internal const string AssemblyVersion = ApiVersion + ".241";
30-
internal const string Version = ApiVersion + "-alpha";
29+
internal const string AssemblyVersion = ApiVersion + ".256";
30+
internal const string Version = ApiVersion;
3131
}
3232
}

0 commit comments

Comments
 (0)