Skip to content

Commit

Permalink
fix versions for 2.0.0-alpha-03 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Dec 12, 2015
1 parent 52cec69 commit fd2a5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## Next Release
## XMLUnit.NET 2.0.0-alpha-03 - /Released 2015-12-13/

* fixed the nuget package name of the core library to now use
XMLUnit.Core
Expand Down
2 changes: 1 addition & 1 deletion 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 + ".25";
internal const string AssemblyVersion = ApiVersion + ".54";
internal const string Version = ApiVersion + "-alpha-03";
}
}

0 comments on commit fd2a5b9

Please sign in to comment.