From: JamJar00 Date: Tue, 29 Nov 2016 23:53:49 +0000 (+0000) Subject: Fixed versioning X-Git-Tag: 1.0.0~122 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=e7b8295040432bba5d713c685fb4caa76401d1a8;p=rhonda%2Fimpostor.hazel.git Fixed versioning --- diff --git a/Hazel/Properties/AssemblyInfo.cs b/Hazel/Properties/AssemblyInfo.cs index 92d7bea..d03fb6b 100644 --- a/Hazel/Properties/AssemblyInfo.cs +++ b/Hazel/Properties/AssemblyInfo.cs @@ -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")]