Skip to content

Commit

Permalink
bump the nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoley committed Mar 24, 2015
1 parent 90123d0 commit a204788
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SQLitePCL.pretty.Async.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>SQLitePCL.pretty.Async</id>
<version>0.0.12-pre3</version>
<version>0.0.12-pre4</version>
<title>SQLitePCL.pretty.Async</title>
<authors>David Bordoley</authors>
<licenseUrl>https://github.com/bordoley/SQLitePCL.pretty/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,7 +15,7 @@
<reference file="SQLitePCL.pretty.Async.dll" />
</references>
<dependencies>
<dependency id="SQLitePCL.pretty" version="0.0.12-pre3" />
<dependency id="SQLitePCL.pretty" version="0.0.12-pre4" />
<dependency id="Rx-Main" version="2.2.5" />
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions SQLitePCL.pretty.Orm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>SQLitePCL.pretty.Orm</id>
<version>0.0.12-pre3</version>
<version>0.0.12-pre4</version>
<title>SQLitePCL.pretty.Orm</title>
<authors>David Bordoley</authors>
<licenseUrl>https://github.com/bordoley/SQLitePCL.pretty/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,8 +15,8 @@
<reference file="SQLitePCL.pretty.Orm.dll" />
</references>
<dependencies>
<dependency id="SQLitePCL.pretty" version="0.0.12-pre3" />
<dependency id="SQLitePCL.pretty.Async" version="0.0.12-pre3" />
<dependency id="SQLitePCL.pretty" version="0.0.12-pre4" />
<dependency id="SQLitePCL.pretty.Async" version="0.0.12-pre4" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion SQLitePCL.pretty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>SQLitePCL.pretty</id>
<version>0.0.12-pre3</version>
<version>0.0.12-pre4</version>
<title>SQLitePCL.pretty</title>
<authors>David Bordoley</authors>
<licenseUrl>https://github.com/bordoley/SQLitePCL.pretty/blob/master/LICENSE</licenseUrl>
Expand Down

0 comments on commit a204788

Please sign in to comment.