Skip to content

Commit

Permalink
Version bump to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Nov 20, 2013
1 parent dd16a7e commit 1a1e51e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
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>3.1.1</version>
<version>3.1.2</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="akavache" version="[3.1.1]" />
<dependency id="akavache" version="[3.1.2]" />
<dependency id="reactiveui-mobile" version="5.2.0" />
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions Akavache.Mobile/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 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("3.1.1")]
[assembly: AssemblyFileVersion("3.1.1")]
[assembly: AssemblyVersion("3.1.2")]
[assembly: AssemblyFileVersion("3.1.2")]

[assembly: InternalsVisibleTo("Akavache.Tests")]
2 changes: 1 addition & 1 deletion Akavache.Portable/Akavache.Portable.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>3.1.1</version>
<version>3.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.Portable/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
// 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("3.1.1")]
[assembly: AssemblyFileVersion("3.1.1")]
[assembly: AssemblyVersion("3.1.2")]
[assembly: AssemblyFileVersion("3.1.2")]

[assembly: InternalsVisibleTo("Akavache")]
[assembly: InternalsVisibleTo("Akavache.Sqlite3")]
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>3.1.1</version>
<version>3.1.2</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="akavache" version="[3.1.1]" />
<dependency id="akavache" version="[3.1.2]" />
</dependencies>

<licenseUrl>https://raw.github.com/github/Akavache/master/LICENSE</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions Akavache.Sqlite3/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 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("3.1.1")]
[assembly: AssemblyFileVersion("3.1.1")]
[assembly: AssemblyVersion("3.1.2")]
[assembly: AssemblyFileVersion("3.1.2")]

[assembly: InternalsVisibleTo("Akavache.Tests")]
4 changes: 2 additions & 2 deletions Akavache/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// 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("3.1.1")]
[assembly: AssemblyFileVersion("3.1.1")]
[assembly: AssemblyVersion("3.1.2")]
[assembly: AssemblyFileVersion("3.1.2")]

[assembly: InternalsVisibleTo("Akavache.Tests")]
[assembly: InternalsVisibleTo("Akavache.Sqlite3")]
Expand Down
4 changes: 2 additions & 2 deletions Akavache/akavache.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>3.1.1</version>
<version>3.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.portable" version="[3.1.1]" />
<dependency id="akavache.portable" version="[3.1.2]" />
</dependencies>
<id>akavache</id>
<title>Akavache</title>
Expand Down

0 comments on commit 1a1e51e

Please sign in to comment.