Skip to content

Commit

Permalink
Release of version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Dec 12, 2013
1 parent fd052e4 commit f985df0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
6 changes: 2 additions & 4 deletions Lager.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Android.App;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand All @@ -26,5 +24,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.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
7 changes: 2 additions & 5 deletions Lager/Lager.nuspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>0.1.0</version>
<version>0.2.0</version>
<authors>Dennis Daume</authors>
<owners>Dennis Daume</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/flagbug/Lager</projectUrl>
<dependencies>
<dependency id="Akavache" version="3.1.2" />
<dependency id="Akavache" version="3.2.0" />
</dependencies>
<id>Lager</id>
<title>Lager</title>
Expand All @@ -16,7 +16,4 @@
<summary>A cross-platform settings storage for .NET</summary>
<copyright>Copyright Dennis Daume 2013</copyright>
</metadata>
<files>
<file src="bin\Release\Portable\Lager.*" target="lib\net45" />
</files>
</package>
6 changes: 3 additions & 3 deletions Lager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Lager")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
Expand All @@ -24,5 +24,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.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]

0 comments on commit f985df0

Please sign in to comment.