Skip to content

Commit

Permalink
Version bump NuGet to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Mar 5, 2013
1 parent 4ad5d17 commit 585935f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Akavache.Mobile/Akavache.Mobile.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>2.5.1</version>
<version>2.6.0</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="akavache" version="2.5.1" />
<dependency id="reactiveui-mobile" version="4.4.1" />
<dependency id="akavache" version="2.6.0" />
<dependency id="reactiveui-mobile" version="4.4.3" />
</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>2.5.1</version>
<version>2.6.0</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="akavache" version="2.5.1" />
<dependency id="akavache" version="2.6.0" />
</dependencies>

<licenseUrl>https://raw.github.com/github/Akavache/master/LICENSE</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions Akavache/akavache.nuspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>2.5.1</version>
<version>2.6.0</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="Newtonsoft.Json" version="4.5.11" />
<dependency id="reactiveui-core" version="4.4.1" />
<dependency id="reactiveui-core" version="4.4.3" />
</dependencies>

<id>akavache</id>
Expand Down

0 comments on commit 585935f

Please sign in to comment.