Mark package versions as prelease

This commit is contained in:
Tom Fulton
2014-01-17 03:22:03 -07:00
parent e9f710ea9e
commit 5a092daca9
2 changed files with 4 additions and 3 deletions
@@ -32,5 +32,6 @@ 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyInformationalVersion("0.1.0-alpha")]
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Archetype",
"version": "0.1.0",
"version": "0.1.0-alpha",
"url": "http://github.com/imulus/archetype/",
"author": "Imulus",
"authorUrl": "http://imulus.com/",