Skip to content

Commit

Permalink
Release of version 0.4.1
Browse files Browse the repository at this point in the history
This release fixes the assembly version
  • Loading branch information
flagbug committed Aug 3, 2014
1 parent debcabb commit c837e27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Lager.Android/Lager.Android.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.4.0</version>
<version>0.4.1</version>
<authors>Dennis Daume</authors>
<owners>Dennis Daume</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
6 changes: 3 additions & 3 deletions Lager.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Lager.Android")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
Expand All @@ -19,5 +19,5 @@
//
// 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.3.99")]
[assembly: AssemblyFileVersion("0.3.99")]
[assembly: AssemblyVersion("0.4.1")]
[assembly: AssemblyFileVersion("0.4.1")]
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.4.0</version>
<version>0.4.1</version>
<authors>Dennis Daume</authors>
<owners>Dennis Daume</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions Lager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
//
// 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.3.99")]
[assembly: AssemblyFileVersion("0.3.99")]
[assembly: AssemblyVersion("0.4.1")]
[assembly: AssemblyFileVersion("0.4.1")]

0 comments on commit c837e27

Please sign in to comment.