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

Commit de5e065

Browse files
committed
xamarin 2.1.0 release, support for android extension
1 parent 11024d3 commit de5e065

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Kinvey-Xamarin-Android/Push/KinveyGCMService.cs

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ protected override void OnHandleIntent(Intent intent)
4949
else if (action.Equals(GoogleCloudMessaging.MessageTypeDeleted))
5050
{
5151
onDelete(intent.GetIntExtra("DELETED", 0));
52-
5352
}
5453
else if (action.Equals("com.kinvey.xamarin.android.ERROR"))
5554
{

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-
private static string version = "1.0.0";
31+
private static string version = "1.2.0";
3232

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

README.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ This is a Public Class Library (PCL) for various supported Xamarin runtimes.
77
##Release Process
88

99
1. Ensure tests are passing
10-
2. Set target to `Release`, and kick off a build.
11-
3. Copy __Kinvey-Utils/obj/Release/Kinvey-Utils.dll__, __Kinvey-Xamarin/obj/Release/Kinvey-Xamarin.dll__, and __Restsharp.Portable/obj/Release/RestSharp.portable.dll__ into the __release/kinvey-xamarin-x.x__ directory
12-
4. Zip up the __release/kinvey-xamarin-x.x.__ directory
13-
5. Check everything into github, and tag a release.
14-
6. Upload the zip to amazon
15-
7. on windows, do a git pull
16-
8. Ensure the project builds on windows
17-
9. run `nuget pack Kinvey-Xamarin.csproj -IncludeReferencedProjects`
18-
10. Edit the file `Kinvey-Xamarin.nuspec` to up the version number and changelog (this is an xml file)
19-
11. run `nuget push Kinvey-Xamarin.nupkg`
20-
12. pull the devcenter
21-
13. modify the changelog and download.json, and deploy.
10+
2. Update the version number in `Kinvey-Xamarin/core/KinveyHeaders.cs`
11+
3. Set target to `Release`, and kick off a build.
12+
4. Copy __Kinvey-Utils/obj/Release/Kinvey-Utils.dll__, __Kinvey-Xamarin/obj/Release/Kinvey-Xamarin.dll__, and __Restsharp.Portable/obj/Release/RestSharp.portable.dll__ into the __release/kinvey-xamarin-x.x__ directory
13+
5. Zip up the __release/kinvey-xamarin-x.x.__ directory
14+
6. Check everything into github, and tag a release.
15+
7. Upload the zip to amazon
16+
8. on windows, do a git pull
17+
9. Ensure the project builds on windows
18+
10. run `nuget pack Kinvey-Xamarin.csproj -IncludeReferencedProjects`
19+
11. Edit the file `Kinvey-Xamarin.nuspec` to up the version number and changelog (this is an xml file)
20+
12. run `nuget push Kinvey-Xamarin.nupkg`
21+
13. pull the devcenter
22+
14. modify the changelog and download.json, and deploy.

0 commit comments

Comments
 (0)