diff --git a/Lager/Lager.nuspec b/Lager/Lager.nuspec index 9d65af8..2df7a16 100644 --- a/Lager/Lager.nuspec +++ b/Lager/Lager.nuspec @@ -1,7 +1,7 @@ - 0.2.0 + $version$ Dennis Daume Dennis Daume http://opensource.org/licenses/MIT diff --git a/Lager/Properties/AssemblyInfo.cs b/Lager/Properties/AssemblyInfo.cs index e11caeb..03e3263 100644 --- a/Lager/Properties/AssemblyInfo.cs +++ b/Lager/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -using System.Resources; -using System.Reflection; +using System.Reflection; +using System.Resources; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Lager")] @@ -17,12 +17,13 @@ // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// 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.2.0")] -[assembly: AssemblyFileVersion("0.2.0")] +[assembly: AssemblyVersion("0.3.0")] +[assembly: AssemblyFileVersion("0.3.0")] +[assembly: AssemblyInformationalVersion("0.3.0")] \ No newline at end of file