Skip to content

Commit a68ea43

Browse files
committed
bump versions
1 parent dbe3efd commit a68ea43

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.7.0-beta-02 - /Not Released, yet/
4+
35
## XMLUnit.NET 2.7.0-beta-01 - /Released 2019-04-10/
46

57
This is the first release supporting .NET Standard 2.0. If you still

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.0-beta-01</Title>
48+
<Title>XMLUnit.NET 2.7.0-beta-02</Title>
4949
</Overview>

src/shared/CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ internal static class XmlUnitVersion
2727
{
2828
internal const string ApiVersion = "2.7.0";
2929
internal const string AssemblyVersion = ApiVersion + ".166";
30-
internal const string Version = ApiVersion + "-beta-01";
30+
internal const string Version = ApiVersion + "-beta-02";
3131
}
3232
}

0 commit comments

Comments
 (0)