File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## XMLUnit.NET 2.11.2 - /not released, yet/
4+
35## XMLUnit.NET 2.11.1 - /Released 2025-05-19/
46
57* placeholders can now also be used inside of the local part of ` xsi:type ` attributes.
Original file line number Diff line number Diff line change 1- version : 2.11.1 .{build}
1+ version : 2.11.2 .{build}
22
33image :
44 - Ubuntu2204
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if [ $# -lt 1 ]; then
2222fi
2323
2424mkdir -p build/bindist-tmp/xmlunit-$1
25- cp README.md LICENSE RELEASE_NOTES.md build/bindist-tmp/xmlunit-$1
25+ cp README.md LICENSE RELEASE_NOTES.md build/cyclonedx/ * build/ bindist-tmp/xmlunit-$1
2626for d in Debug Release; do
2727 mkdir -p build/bindist-tmp/xmlunit-$1 /NetFramework/$d
2828 mkdir -p build/bindist-tmp/xmlunit-$1 /netstandard2.0/$d
Original file line number Diff line number Diff line change 6262 under <format type =" text/html" ><a href =" https://github.com/xmlunit/xmlunit.net/blob/main/LICENSE" >the
6363 Apache License, Version 2.0</a ></format >.</para ></Remarks >
6464 <Copyright ></Copyright >
65- <Title >XMLUnit.NET 2.11.1 </Title >
65+ <Title >XMLUnit.NET 2.11.2 </Title >
6666</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.11.1 " ;
28+ internal const string ApiVersion = "2.11.2 " ;
2929 internal const string AssemblyVersion = ApiVersion + ".314" ;
30- internal const string Version = ApiVersion ;
30+ internal const string Version = ApiVersion + "-alpha" ;
3131 }
3232}
You can’t perform that action at this time.
0 commit comments