Skip to content

Commit

Permalink
prepare XMLUnit.NET 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Dec 16, 2021
1 parent 1d83bdd commit 24b7232
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.9.1 - /not released, yet/
## XMLUnit.NET 2.9.1 - /Released 2021-12-16/

* improved comparison performance for documents with many siblings
based on a suggestion by [@gerpres](https://github.com/gerpres) made
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.9.1";
internal const string AssemblyVersion = ApiVersion + ".205";
internal const string Version = ApiVersion + "-alpha";
internal const string AssemblyVersion = ApiVersion + ".209";
internal const string Version = ApiVersion;
}
}

0 comments on commit 24b7232

Please sign in to comment.