Skip to content

Commit

Permalink
prepare 2.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Oct 20, 2017
1 parent 1504f1a commit 99b36d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This initial seed only supports `${xmlunit.ignore}` which can be
used to make XMLUnit ignore the element containing this text.

## XMLUnit.NET 2.6.0 - /Not Released, yet/
## XMLUnit.NET 2.5.1 - /Released 2017-10-20/

* elements that only differed in namespace prefix resulted in a false
`ELEMENT_TAG_NAME` difference when compared.
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.5.1-alpha-01</Title>
<Title>XMLUnit.NET 2.5.1</Title>
</Overview>
4 changes: 2 additions & 2 deletions src/shared/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace Org.XmlUnit
internal static class XmlUnitVersion
{
internal const string ApiVersion = "2.5.1";
internal const string AssemblyVersion = ApiVersion + ".113";
internal const string Version = ApiVersion + "-alpha-01";
internal const string AssemblyVersion = ApiVersion + ".121";
internal const string Version = ApiVersion + "";
}
}

0 comments on commit 99b36d7

Please sign in to comment.