Skip to content

Commit d8af7cc

Browse files
committed
next iteration
1 parent 76fec6d commit d8af7cc

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Release Notes
22

3+
## XMLUnit.NET 2.9.3 - /not released, yet/
4+
35
## XMLUnit.NET 2.9.2 - /Released 2023-03-16/
46

57
* added `NodeFilters#SatisfiesAll` and `SatifiesAny` methods to make

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.9.2.{build}
1+
version: 2.9.3.{build}
22

33
image:
44
- Ubuntu2004

src/doc/monodoc/core/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
under <format type="text/html"><a href="https://github.com/xmlunit/xmlunit.net/blob/main/LICENSE">the
5959
Apache License, Version 2.0</a></format>.</para></Remarks>
6060
<Copyright></Copyright>
61-
<Title>XMLUnit.NET 2.9.2</Title>
61+
<Title>XMLUnit.NET 2.9.3</Title>
6262
</Overview>

src/shared/CommonAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ namespace Org.XmlUnit
2525
{
2626
internal static class XmlUnitVersion
2727
{
28-
internal const string ApiVersion = "2.9.2";
29-
internal const string AssemblyVersion = ApiVersion + ".240";
30-
internal const string Version = ApiVersion;
28+
internal const string ApiVersion = "2.9.3";
29+
internal const string AssemblyVersion = ApiVersion + ".241";
30+
internal const string Version = ApiVersion + "-alpha";
3131
}
3232
}

0 commit comments

Comments
 (0)