Skip to content

Commit

Permalink
MLIBZ-301 moving nuspecs and fixing dependency file list
Browse files Browse the repository at this point in the history
  • Loading branch information
edatkinvey committed Jun 3, 2015
1 parent 654b7f0 commit 456eb0f
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 42 deletions.
Binary file added Kinvey-Android.1.5.3.nupkg
Binary file not shown.
30 changes: 30 additions & 0 deletions Kinvey-Xamarin-Android.nuspec
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Kinvey-Android</id>
<version>1.5.0</version>
<releaseNotes> * Full support for iOS, with release of Kinvey-Xamarin-ios library * Refactoring LINQ implementation * Updating SQLite dependencies </releaseNotes>
<title>Kinvey-Xamarin-Android</title>
<authors>Kinvey</authors>
<owners>Kinvey</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Build Xamarin Android apps which leverage the power of Kinvey's BaaS, with support for push notifications, users, data, and files, with caching and offline. Check out http://devcenter.kinvey.com/xamarin for guides, tutorials, and sample apps. </description>
<copyright>Copyright 2015</copyright>
<projectUrl>http://devcenter.kinvey.com/xamarin/</projectUrl>
<tags>Kinvey BaaS</tags>
<dependencies>
<dependency id="Microsoft.Bcl" version="1.1.0" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="modernhttpclient" version="2.4.2" />
<dependency id="Newtonsoft.Json" version="6.0.8" />
<dependency id="SQLite.Net.Async-PCL" version="3.0.5" />
<dependency id="SQLite.Net-PCL" version="3.0.5" />
<dependency id="Kinvey" version="1.5.0" />
</dependencies>
</metadata>
<files>
<file src="Kinvey-Xamarin-Android/obj/Release/Kinvey-Xamarin-Android.dll" target="lib"/>
</files>
</package>
18 changes: 0 additions & 18 deletions Kinvey-Xamarin-Android/Kinvey-Xamarin-Android.nuspec

This file was deleted.

30 changes: 30 additions & 0 deletions Kinvey-Xamarin-iOS.nuspec
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Kinvey-ios</id>
<version>1.5.0</version>
<releaseNotes> * Full support for iOS, with release of Kinvey-Xamarin-ios library * Refactoring LINQ implementation * Updating SQLite dependencies </releaseNotes>
<title>Kinvey-Xamarin-iOS</title>
<authors>Kinvey</authors>
<owners>Kinvey</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Build Xamarin iOS apps which leverage the power of Kinvey's BaaS, with support for push notifications, users, data, and files, with caching and offline. Check out http://devcenter.kinvey.com/xamarin for guides, tutorials, and sample apps. </description>
<copyright>Copyright 2015</copyright>
<projectUrl>http://devcenter.kinvey.com/xamarin/</projectUrl>
<tags>Kinvey BaaS</tags>
<dependencies>
<dependency id="Microsoft.Bcl" version="1.1.0" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="modernhttpclient" version="2.4.2" />
<dependency id="Newtonsoft.Json" version="6.0.8" />
<dependency id="SQLite.Net.Async-PCL" version="3.0.5" />
<dependency id="SQLite.Net-PCL" version="3.0.5" />
<dependency id="Kinvey" version="1.5.0" />
</dependencies>
</metadata>
<files>
<file src="Kinvey-Xamarin-iOS/obj/Release/Kinvey-Xamarin-iOS.dll" target="lib"/>
</files>
</package>
18 changes: 0 additions & 18 deletions Kinvey-Xamarin-iOS/Kinvey-Xamarin-iOS.nuspec

This file was deleted.

13 changes: 7 additions & 6 deletions Kinvey-Xamarin/Kinvey-Xamarin.nuspec → Kinvey-Xamarin.nuspec
Expand Up @@ -17,15 +17,16 @@
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="ModernHttpClient" version="2.4.2" />
<dependency id="modernhttpclient" version="2.4.2" />
<dependency id="Newtonsoft.Json" version="6.0.8" />
<dependency id="Remotion.Linq" version="2.0.0-alpha-003" />
<dependency id="SQLite.Net.Async-PCL" version="3.0.5" />
<dependency id="SQLite.Net-PCL" version="3.0.5" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.ServiceModel" />
<frameworkAssembly assemblyName="System.SomethingElse" />
</frameworkAssemblies>
</metadata>
<files>
<file src="Kinvey-Utils/obj/Release/Kinvey-Utils.dll" target="lib"/>
<file src="RestSharp.Portable/obj/Release/RestSharp.Portable.dll" target="lib"/>
<file src="Kinvey-Xamarin/obj/Release/Kinvey-Xamarin.dll" target="lib"/>
<file src="dependencies/Remotion.Linq.dll" target="lib"/>
</files>
</package>
Binary file removed Kinvey-Xamarin/lib/Kinvey-Utils.dll
Binary file not shown.
Binary file removed Kinvey-Xamarin/lib/Kinvey-Xamarin.dll
Binary file not shown.
Binary file removed Kinvey-Xamarin/lib/RestSharp.Portable.dll
Binary file not shown.
Binary file added Kinvey-ios.1.5.3.nupkg
Binary file not shown.
Binary file removed Kinvey.1.2.0.nupkg
Binary file not shown.
Binary file added Kinvey.1.5.3.nupkg
Binary file not shown.
Binary file added dependencies/Remotion.Linq.dll
Binary file not shown.

0 comments on commit 456eb0f

Please sign in to comment.