Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit a74712f

Browse files
committed
1.5.2 release
1 parent 7c8fbf7 commit a74712f

12 files changed

+25
-12
lines changed

Kinvey-Android.1.5.2.nupkg

27.4 KB
Binary file not shown.

Kinvey-Xamarin-Android.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<package >
33
<metadata>
44
<id>Kinvey-Android</id>
5-
<version>1.5.1</version>
6-
<releaseNotes> * Added support setting MIC Api Version </releaseNotes>
5+
<version>1.5.2</version>
6+
<releaseNotes> * Fixed a build issue with Google Play Services </releaseNotes>
77
<title>Kinvey-Xamarin-Android</title>
88
<authors>Kinvey</authors>
99
<owners>Kinvey</owners>
@@ -18,10 +18,10 @@
1818
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
1919
<dependency id="Microsoft.Net.Http" version="2.2.29" />
2020
<dependency id="modernhttpclient" version="2.4.2" />
21-
<dependency id="Newtonsoft.Json" version="6.0.8" />
21+
<dependency id="Newtonsoft.Json" version="7.0.1" />
2222
<dependency id="SQLite.Net.Async-PCL" version="3.0.5" />
2323
<dependency id="SQLite.Net-PCL" version="3.0.5" />
24-
<dependency id="Kinvey" version="1.5.1" />
24+
<dependency id="Kinvey" version="1.5.2" />
2525
</dependencies>
2626
</metadata>
2727
<files>

Kinvey-Xamarin-iOS.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<package >
33
<metadata>
44
<id>Kinvey-ios</id>
5-
<version>1.5.1</version>
6-
<releaseNotes> * Added support for using MIC as an auth provider * Added support setting MIC Api Version </releaseNotes>
5+
<version>1.5.2</version>
6+
<releaseNotes> * Fixed a build issue with Google Play Services </releaseNotes>
77
<title>Kinvey-Xamarin-iOS</title>
88
<authors>Kinvey</authors>
99
<owners>Kinvey</owners>
@@ -18,10 +18,10 @@
1818
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
1919
<dependency id="Microsoft.Net.Http" version="2.2.29" />
2020
<dependency id="modernhttpclient" version="2.4.2" />
21-
<dependency id="Newtonsoft.Json" version="6.0.8" />
21+
<dependency id="Newtonsoft.Json" version="7.0.1" />
2222
<dependency id="SQLite.Net.Async-PCL" version="3.0.5" />
2323
<dependency id="SQLite.Net-PCL" version="3.0.5" />
24-
<dependency id="Kinvey" version="1.5.1" />
24+
<dependency id="Kinvey" version="1.5.2" />
2525
</dependencies>
2626
</metadata>
2727
<files>

Kinvey-Xamarin.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<package >
33
<metadata>
44
<id>Kinvey</id>
5-
<version>1.5.1</version>
6-
<releaseNotes> * Added support setting MIC Api Version </releaseNotes>
5+
<version>1.5.2</version>
6+
<releaseNotes> * Fixed a build issue with Google Play Services </releaseNotes>
77
<title>Kinvey-Xamarin</title>
88
<authors>Kinvey</authors>
99
<owners>Kinvey</owners>
@@ -18,7 +18,7 @@
1818
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
1919
<dependency id="Microsoft.Net.Http" version="2.2.29" />
2020
<dependency id="modernhttpclient" version="2.4.2" />
21-
<dependency id="Newtonsoft.Json" version="6.0.8" />
21+
<dependency id="Newtonsoft.Json" version="7.0.1" />
2222
<dependency id="SQLite.Net.Async-PCL" version="3.0.5" />
2323
<dependency id="SQLite.Net-PCL" version="3.0.5" />
2424
</dependencies>

Kinvey-Xamarin/Core/KinveyHeaders.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class KinveyHeaders : List<HttpHeader>
2828
/// <summary>
2929
/// The version of the library.
3030
/// </summary>
31-
public static string VERSION = "1.5.1";
31+
public static string VERSION = "1.5.2";
3232

3333
/// <summary>
3434
/// The kinvey API version key.

Kinvey-ios.1.5.2.nupkg

5.43 KB
Binary file not shown.

Kinvey.1.5.2.nupkg

174 KB
Binary file not shown.
4.5 KB
Binary file not shown.
Binary file not shown.
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
1. Right click the *References* folder within your project -> **Edit References** -> **.Net Assembly** -> Navigate to download location of kinvey library, and add all the dll files.
2+
2. Right click your project -> **Add** -> **Add Packages**
3+
4+
5+
Microsoft.Bcl version="1.1.0"
6+
Microsoft.Bcl.Async version="1.0.168"
7+
Microsoft.Bcl.Build version="1.0.21"
8+
Microsoft.Net.Http version="2.2.29"
9+
modernhttpclient version="2.4.2"
10+
Newtonsoft.Json version="6.0.8"
11+
SQLite.Net.Async-PCL version="3.0.5"
12+
SQLite.Net-PCL version="3.0.5"
13+
Kinvey version="1.5.0"
172 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)