Skip to content

Commit

Permalink
prepare 2.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Aug 8, 2024
1 parent 9b4a465 commit 04403cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

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

* adjusted the NUnit 3.x constraints so they should work for NUnit 4.x
as well.
Expand Down
4 changes: 2 additions & 2 deletions src/shared/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace Org.XmlUnit
internal static class XmlUnitVersion
{
internal const string ApiVersion = "2.10.0";
internal const string AssemblyVersion = ApiVersion + ".241";
internal const string Version = ApiVersion + "-alpha";
internal const string AssemblyVersion = ApiVersion + ".256";
internal const string Version = ApiVersion;
}
}

0 comments on commit 04403cf

Please sign in to comment.