You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+13-12
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,16 @@ This is a Public Class Library (PCL) for various supported Xamarin runtimes.
7
7
##Release Process
8
8
9
9
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