Skip to content

Commit

Permalink
Version bump to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Oct 27, 2015
1 parent b7f7305 commit cde60b7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Akavache.Deprecated/Akavache.Deprecated.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>4.1.1</version>
<version>4.1.2</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<licenseUrl>https://github.com/github/Akavache/blob/master/LICENSE</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions Akavache.Mobile/Akavache.Mobile.nuspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>4.1.1</version>
<version>4.1.2</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="akavache.core" version="[4.1.1]" />
<dependency id="akavache.core" version="[4.1.2]" />
<dependency id="reactiveui-mobile" version="6.3.0" />
</dependencies>
<licenseUrl>https://raw.github.com/github/Akavache/master/LICENSE</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions Akavache.Sqlite3/Akavache.Sqlite3.nuspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>4.1.1</version>
<version>4.1.2</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="akavache.core" version="[4.1.1]" />
<dependency id="akavache.core" version="[4.1.2]" />
<dependency id="SQLitePCL.raw_basic" version="0.7.0" />
</dependencies>
<licenseUrl>https://raw.github.com/github/Akavache/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion Akavache/akavache.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>4.1.1</version>
<version>4.1.2</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<licenseUrl>https://github.com/github/Akavache/blob/master/LICENSE</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

using System.Reflection;

[assembly: AssemblyVersion("4.1.1")]
[assembly: AssemblyFileVersion("4.1.1")]
[assembly: AssemblyVersion("4.1.2")]
[assembly: AssemblyFileVersion("4.1.2")]
4 changes: 2 additions & 2 deletions akavache-meta.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>4.1.1</version>
<version>4.1.2</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<licenseUrl>https://github.com/github/Akavache/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="Akavache.SQLite3" version="[4.1.1]" />
<dependency id="Akavache.SQLite3" version="[4.1.2]" />
</dependencies>

<id>akavache</id>
Expand Down

0 comments on commit cde60b7

Please sign in to comment.