Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Apr 10, 2019
1 parent dbe3efd commit a68ea43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Release Notes

## XMLUnit.NET 2.7.0-beta-02 - /Not Released, yet/

## XMLUnit.NET 2.7.0-beta-01 - /Released 2019-04-10/

This is the first release supporting .NET Standard 2.0. If you still
Expand Down
2 changes: 1 addition & 1 deletion src/doc/monodoc/core/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
under <format type="text/html"><a href="https://github.com/xmlunit/xmlunit.net/blob/master/LICENSE">the
Apache License, Version 2.0</a></format>.</para></Remarks>
<Copyright></Copyright>
<Title>XMLUnit.NET 2.7.0-beta-01</Title>
<Title>XMLUnit.NET 2.7.0-beta-02</Title>
</Overview>
2 changes: 1 addition & 1 deletion src/shared/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ internal static class XmlUnitVersion
{
internal const string ApiVersion = "2.7.0";
internal const string AssemblyVersion = ApiVersion + ".166";
internal const string Version = ApiVersion + "-beta-01";
internal const string Version = ApiVersion + "-beta-02";
}
}

0 comments on commit a68ea43

Please sign in to comment.