-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MLIBZ-301 moving nuspecs and fixing dependency file list
- Loading branch information
1 parent
654b7f0
commit 456eb0f
Showing
13 changed files
with
67 additions
and
42 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.