Skip to content

Commit 24b7232

Browse files
committed
prepare XMLUnit.NET 2.9.1
1 parent 1d83bdd commit 24b7232

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.9.1 - /not released, yet/
3+
## XMLUnit.NET 2.9.1 - /Released 2021-12-16/
44

55
* improved comparison performance for documents with many siblings
66
based on a suggestion by [@gerpres](https://github.com/gerpres) made

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.9.1";
29-
internal const string AssemblyVersion = ApiVersion + ".205";
30-
internal const string Version = ApiVersion + "-alpha";
29+
internal const string AssemblyVersion = ApiVersion + ".209";
30+
internal const string Version = ApiVersion;
3131
}
3232
}

0 commit comments

Comments
 (0)