Skip to content

Commit e7a0605

Browse files
committed
prepare 2.7.1 release
1 parent d9d6ae3 commit e7a0605

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## XMLUnit.NET 2.7.1 - /Not Released, yet/
3+
## XMLUnit.NET 2.7.1 - /Released 2019-06-21/
44

55
* add a new `${xmlunit.isNumber}` placeholder
66
Based on the Java PR

src/doc/monodoc/core/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
under <format type="text/html"><a href="https://github.com/xmlunit/xmlunit.net/blob/master/LICENSE">the
4646
Apache License, Version 2.0</a></format>.</para></Remarks>
4747
<Copyright></Copyright>
48-
<Title>XMLUnit.NET 2.7.1-alpha-01</Title>
48+
<Title>XMLUnit.NET 2.7.1</Title>
4949
</Overview>

src/shared/CommonAssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ namespace Org.XmlUnit
2626
internal static class XmlUnitVersion
2727
{
2828
internal const string ApiVersion = "2.7.1";
29-
internal const string AssemblyVersion = ApiVersion + ".168";
30-
internal const string Version = ApiVersion + "-alpha-01";
29+
internal const string AssemblyVersion = ApiVersion + ".174";
3130
}
3231
}

0 commit comments

Comments
 (0)