Skip to content

Commit

Permalink
Package Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Aug 26, 2014
1 parent fc96e09 commit fa2f9e6
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.0.2</version>
<version>4.0.2.1</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.0.2</version>
<version>4.0.2.1</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="akavache.core" version="[4.0.2]" />
<dependency id="akavache.core" version="[4.0.2.1]" />
<dependency id="reactiveui-mobile" version="6.0.1" />
</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.0.2</version>
<version>4.0.2.1</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="akavache.core" version="[4.0.2]" />
<dependency id="akavache.core" version="[4.0.2.1]" />
<dependency id="SQLitePCL.raw_basic" version="0.5.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.0.2</version>
<version>4.0.2.1</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.0.2")]
[assembly: AssemblyFileVersion("4.0.2")]
[assembly: AssemblyVersion("4.0.2.1")]
[assembly: AssemblyFileVersion("4.0.2.1")]
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.0.2</version>
<version>4.0.2.1</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.0.2" />
<dependency id="Akavache.SQLite3" version="4.0.2.1" />
</dependencies>

<id>akavache</id>
Expand Down

0 comments on commit fa2f9e6

Please sign in to comment.