Skip to content

Commit

Permalink
Release of version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Dec 15, 2013
1 parent 26d335f commit f0dbe12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Lager/Lager.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>0.2.0</version>
<version>$version$</version>
<authors>Dennis Daume</authors>
<owners>Dennis Daume</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
15 changes: 8 additions & 7 deletions Lager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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")]
Expand All @@ -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")]

0 comments on commit f0dbe12

Please sign in to comment.