Skip to content

Commit

Permalink
bump version for 2.0.0-alpha-02 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Nov 21, 2015
1 parent 0d492e2 commit 37e58e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0.0-SNAPSHOT</Title>
<Title>XMLUnit.NET 2.0.0-alpha-02</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.0.0";
internal const string AssemblyVersion = ApiVersion + ".0";
internal const string Version = ApiVersion + "-alpha-01";
internal const string AssemblyVersion = ApiVersion + ".25";
internal const string Version = ApiVersion + "-alpha-02";
}
}

0 comments on commit 37e58e1

Please sign in to comment.