Skip to content

Commit

Permalink
prepare XMLUnit.NET 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Mar 16, 2023
1 parent abf9800 commit 76fec6d
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
@@ -1,6 +1,6 @@
# Release Notes

## XMLUnit.NET 2.9.2 - /not released, yet/
## XMLUnit.NET 2.9.2 - /Released 2023-03-16/

* added `NodeFilters#SatisfiesAll` and `SatifiesAny` methods to make
it easier to combine multiple node filters.
Expand Down
4 changes: 2 additions & 2 deletions src/shared/CommonAssemblyInfo.cs
Expand Up @@ -26,7 +26,7 @@ namespace Org.XmlUnit
internal static class XmlUnitVersion
{
internal const string ApiVersion = "2.9.2";
internal const string AssemblyVersion = ApiVersion + ".209";
internal const string Version = ApiVersion + "-alpha";
internal const string AssemblyVersion = ApiVersion + ".240";
internal const string Version = ApiVersion;
}
}

0 comments on commit 76fec6d

Please sign in to comment.