Bump version to 3.0

Add -beta to nuspec version
This commit is contained in:
Michael Ganss
2015-10-30 17:22:58 +01:00
parent 63ef99751d
commit 86b8178e73
2 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<version>$version$-beta</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>

View File

@@ -32,4 +32,4 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: AssemblyVersion("3.0.*")]