]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Fixed versioning
authorJamJar00 <jamster.30@btinternet.com>
Tue, 29 Nov 2016 23:53:49 +0000 (23:53 +0000)
committerJamJar00 <jamster.30@btinternet.com>
Tue, 29 Nov 2016 23:53:49 +0000 (23:53 +0000)
Hazel/Properties/AssemblyInfo.cs

index 92d7beaf392f6a2a48b4dd27c799c2f807610590..d03fb6b7b5cb1ec71e5262c387db7104c787fda8 100644 (file)
@@ -32,5 +32,8 @@ 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("0.0.0.0")]
-[assembly: AssemblyFileVersion("0.0.0.0")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
+
+// NuGet version information
+[assembly: AssemblyInformationalVersion("0.0.0-beta")]