Skip to content

Commit 4fe3a9c

Browse files
committed
prepare next release cycle
1 parent 13049f6 commit 4fe3a9c

File tree

5 files changed

+7
-5
lines changed

5 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.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.

appveyor.yml

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

33
image:
44
- Ubuntu2204

create-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ $# -lt 1 ]; then
2222
fi
2323

2424
mkdir -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
2626
for 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

src/doc/monodoc/core/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
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>

src/shared/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 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.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
}

0 commit comments

Comments
 (0)