File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- version : 2.9.2 .{build}
1+ version : 2.9.3 .{build}
22
33image :
44 - Ubuntu2004
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments