File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## XMLUnit.NET 2.11.1 - /Not Released, yet/
4+
35## XMLUnit.NET 2.11.0 - /Released 2025-03-28/
46
57* introduced a new constraints library for NUnit 4.x as the NUnit 3.x
Original file line number Diff line number Diff line change 1- version : 2.11.0 .{build}
1+ version : 2.11.1 .{build}
22
33image :
44 - Ubuntu2204
Original file line number Diff line number Diff line change @@ -26,8 +26,12 @@ cp README.md LICENSE RELEASE_NOTES.md 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
29+ mkdir -p build/bindist-tmp/xmlunit-$1 /net6.0/$d
30+ mkdir -p build/bindist-tmp/xmlunit-$1 /net462/$d
2931 cp build/NetFramework/bin/$d /xmlunit-* build/bindist-tmp/xmlunit-$1 /NetFramework/$d
3032 cp build/bin/$d /netstandard2.0/xmlunit-* build/bindist-tmp/xmlunit-$1 /netstandard2.0/$d
33+ cp build/bin/$d /net6.0/xmlunit-* build/bindist-tmp/xmlunit-$1 /net6.0/$d
34+ cp build/bin/$d /net462/xmlunit-* build/bindist-tmp/xmlunit-$1 /net462/$d
3135done
3236mkdir build/bindist-tmp/xmlunit-$1 /apidocs
3337cp -r build/NetFramework/html/* build/bindist-tmp/xmlunit-$1 /apidocs
@@ -53,5 +57,5 @@ mv xmlunit-$1-src.* ..
5357cd ..
5458for i in * .zip * .tar.gz * .tar.bz2; do
5559 sha256sum $i > $i .sha256
56- gpg --detach-sign --armor $i
60+ gpg --detach-sign --armor --use-agent $i
5761done
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.0 </Title >
65+ <Title >XMLUnit.NET 2.11.1 </Title >
6666</Overview >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ namespace Org.XmlUnit
2525{
2626 internal static class XmlUnitVersion
2727 {
28- internal const string ApiVersion = "2.11.0 " ;
28+ internal const string ApiVersion = "2.11.1 " ;
2929 internal const string AssemblyVersion = ApiVersion + ".283" ;
3030 internal const string Version = ApiVersion + "-alpha" ;
3131 }
You can’t perform that action at this time.
0 commit comments