Skip to content

Commit

Permalink
Version bump to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Mar 13, 2013
1 parent 7851e6e commit 82923b8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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>2.6.1</version>
<version>2.6.2</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="akavache" version="2.6.1" />
<dependency id="akavache" version="2.6.2" />
<dependency id="reactiveui-mobile" version="4.4.3" />
</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("2.6.1")]
[assembly: AssemblyFileVersion("2.6.1")]
[assembly: AssemblyVersion("2.6.2")]
[assembly: AssemblyFileVersion("2.6.2")]

[assembly: InternalsVisibleTo("Akavache.Tests")]
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>2.6.1</version>
<version>2.6.2</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="akavache" version="2.6.1" />
<dependency id="akavache" version="2.6.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("2.6.1")]
[assembly: AssemblyFileVersion("2.6.1")]
[assembly: AssemblyVersion("2.6.2")]
[assembly: AssemblyFileVersion("2.6.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,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("2.6.1")]
[assembly: AssemblyFileVersion("2.6.1")]
[assembly: AssemblyVersion("2.6.2")]
[assembly: AssemblyFileVersion("2.6.2")]

[assembly: InternalsVisibleTo("Akavache.Tests")]
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>2.6.1</version>
<version>2.6.2</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<licenseUrl>https://github.com/github/Akavache/blob/master/LICENSE</licenseUrl>
Expand Down

0 comments on commit 82923b8

Please sign in to comment.