Skip to content

Commit

Permalink
Bump the nuget version. Don't copy contract assembly into sub directo…
Browse files Browse the repository at this point in the history
…ry as this causes nuget exceptions on mac for some reason.
  • Loading branch information
bordoley committed Dec 19, 2014
1 parent f38bf41 commit 94237d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.11</version>
<version>0.0.11.1</version>
<title>SQLitePCL.pretty.Async</title>
<authors>David Bordoley</authors>
<licenseUrl>https://github.com/bordoley/SQLitePCL.pretty/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,13 +15,13 @@
<reference file="SQLitePCL.pretty.Async.dll" />
</references>
<dependencies>
<dependency id="SQLitePCL.pretty" version="0.0.11" />
<dependency id="SQLitePCL.pretty" version="0.0.11.1" />
<dependency id="Rx-Main" version="2.2.5" />
</dependencies>
</metadata>
<files>
<file src="SQLitePCL.pretty.Async\bin\Release\SQLitePCL.pretty.Async.dll" target="lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<file src="SQLitePCL.pretty.Async\bin\Release\SQLitePCL.pretty.Async.xml" target="lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<file src="SQLitePCL.pretty.Async\bin\Release\CodeContracts\SQLitePCL.pretty.Async.Contracts.dll" target="lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\CodeContracts" />
<file src="SQLitePCL.pretty.Async\bin\Release\CodeContracts\SQLitePCL.pretty.Async.Contracts.dll" target="lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
</files>
</package>
4 changes: 2 additions & 2 deletions 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.11</version>
<version>0.0.11.1</version>
<title>SQLitePCL.pretty</title>
<authors>David Bordoley</authors>
<licenseUrl>https://github.com/bordoley/SQLitePCL.pretty/blob/master/LICENSE</licenseUrl>
Expand All @@ -24,6 +24,6 @@ For asynchronous query support, an additional companion API is available. See: S
<files>
<file src="SQLitePCL.pretty\bin\Release\SQLitePCL.pretty.dll" target="lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<file src="SQLitePCL.pretty\bin\Release\SQLitePCL.pretty.xml" target="lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<file src="SQLitePCL.pretty\bin\Release\CodeContracts\SQLitePCL.pretty.Contracts.dll" target="lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\CodeContracts" />
<file src="SQLitePCL.pretty\bin\Release\CodeContracts\SQLitePCL.pretty.Contracts.dll" target="lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
</files>
</package>

0 comments on commit 94237d7

Please sign in to comment.