Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #113 from bitstadium/release/5.1.2
Browse files Browse the repository at this point in the history
Release/5.1.2
  • Loading branch information
Benjamin Scholtysik (Reimold) authored Jan 11, 2018
2 parents e7c6f2d + 8586b22 commit 100ae32
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 5.1.1
## Version 5.1.2

HockeySDK-Xamarin implements support for HockeyApp in your iOS and Android applications.

Expand All @@ -24,7 +24,7 @@ It is super easy to use HockeyApp in your Xamarin app. Have a look at our [docum

Please visit [our landing page](https://support.hockeyapp.net/kb) as a starting point for all of our documentation and check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin), [changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases), and our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin#5-troubleshooting).

The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.1](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.1) and [HockeySDK-Android 5.0.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.4). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).
The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.2](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.2) and [HockeySDK-Android 5.1.0](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.1.0). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).

## 3. Contributing

Expand Down
8 changes: 4 additions & 4 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#addin nuget:?package=Cake.Xamarin
#addin nuget:?package=Cake.FileHelpers

var COMPONENT_VERSION = "5.1.1.0";
var NUGET_VERSION = "5.1.1";
var COMPONENT_VERSION = "5.1.2.0";
var NUGET_VERSION = "5.1.2";

var ANDROID_URL = "https://download.hockeyapp.net/sdk/android/HockeySDK-Android-5.0.4.zip";
var IOS_URL = "https://download.hockeyapp.net/sdk/ios/HockeySDK-iOS-5.1.1.zip";
var ANDROID_URL = "https://download.hockeyapp.net/sdk/android/HockeySDK-Android-5.1.0.zip";
var IOS_URL = "https://download.hockeyapp.net/sdk/ios/HockeySDK-iOS-5.1.2.zip";

var SAMPLES = new [] {
"./samples/HockeyAppSampleAndroid.sln",
Expand Down
4 changes: 2 additions & 2 deletions component/android/Details.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 5.1.1
## Version 5.1.2

HockeySDK-Xamarin implements support for HockeyApp in your iOS and Android applications.

Expand All @@ -24,7 +24,7 @@ It is super easy to use HockeyApp in your Xamarin app. Have a look at our [docum

Please visit [our landing page](https://support.hockeyapp.net/kb) as a starting point for all of our documentation and check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin), [changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases), and our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin#5-troubleshooting).

The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.1](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.1) and [HockeySDK-Android 5.0.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.4). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).
The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.2](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.2) and [HockeySDK-Android 5.1.0](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.1.0). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).

## 3. Contributing

Expand Down
4 changes: 2 additions & 2 deletions component/android/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 5.1.1
## Version 5.1.2

HockeySDK-Xamarin implements support for HockeyApp in your iOS and Android applications.

Expand All @@ -24,7 +24,7 @@ It is super easy to use HockeyApp in your Xamarin app. Have a look at our [docum

Please visit [our landing page](https://support.hockeyapp.net/kb) as a starting point for all of our documentation and check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin), [changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases), and our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin#5-troubleshooting).

The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.1](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.1) and [HockeySDK-Android 5.0.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.4). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).
The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.2](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.2) and [HockeySDK-Android 5.1.0](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.1.0). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).

## 3. Contributing

Expand Down
4 changes: 2 additions & 2 deletions component/forms/Details.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 5.1.1
## Version 5.1.2

HockeySDK-Xamarin implements support for HockeyApp in your iOS and Android applications.

Expand All @@ -24,7 +24,7 @@ It is super easy to use HockeyApp in your Xamarin app. Have a look at our [docum

Please visit [our landing page](https://support.hockeyapp.net/kb) as a starting point for all of our documentation and check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin), [changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases), and our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin#5-troubleshooting).

The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.1](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.1) and [HockeySDK-Android 5.0.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.4). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).
The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.2](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.2) and [HockeySDK-Android 5.1.0](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.1.0). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).

## 3. Contributing

Expand Down
4 changes: 2 additions & 2 deletions component/forms/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 5.1.1
## Version 5.1.2

HockeySDK-Xamarin implements support for HockeyApp in your iOS and Android applications.

Expand All @@ -24,7 +24,7 @@ It is super easy to use HockeyApp in your Xamarin app. Have a look at our [docum

Please visit [our landing page](https://support.hockeyapp.net/kb) as a starting point for all of our documentation and check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin), [changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases), and our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin#5-troubleshooting).

The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.1](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.1) and [HockeySDK-Android 5.0.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.4). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).
The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.2](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.2) and [HockeySDK-Android 5.1.0](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.1.0). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).

## 3. Contributing

Expand Down
4 changes: 2 additions & 2 deletions component/ios.crashonly/Details.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 5.1.1
## Version 5.1.2

HockeySDK-Xamarin implements support for HockeyApp in your iOS and Android applications.

Expand All @@ -24,7 +24,7 @@ It is super easy to use HockeyApp in your Xamarin app. Have a look at our [docum

Please visit [our landing page](https://support.hockeyapp.net/kb) as a starting point for all of our documentation and check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin), [changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases), and our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin#5-troubleshooting).

The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.1](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.1) and [HockeySDK-Android 5.0.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.4). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).
The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.2](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.2) and [HockeySDK-Android 5.1.0](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.1.0). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).

## 3. Contributing

Expand Down
4 changes: 2 additions & 2 deletions component/ios.crashonly/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 5.1.1
## Version 5.1.2

HockeySDK-Xamarin implements support for HockeyApp in your iOS and Android applications.

Expand All @@ -24,7 +24,7 @@ It is super easy to use HockeyApp in your Xamarin app. Have a look at our [docum

Please visit [our landing page](https://support.hockeyapp.net/kb) as a starting point for all of our documentation and check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin), [changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases), and our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin#5-troubleshooting).

The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.1](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.1) and [HockeySDK-Android 5.0.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.4). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).
The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.2](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.2) and [HockeySDK-Android 5.1.0](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.1.0). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).

## 3. Contributing

Expand Down
4 changes: 2 additions & 2 deletions component/ios/Details.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 5.1.1
## Version 5.1.2

HockeySDK-Xamarin implements support for HockeyApp in your iOS and Android applications.

Expand All @@ -24,7 +24,7 @@ It is super easy to use HockeyApp in your Xamarin app. Have a look at our [docum

Please visit [our landing page](https://support.hockeyapp.net/kb) as a starting point for all of our documentation and check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin), [changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases), and our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin#5-troubleshooting).

The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.1](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.1) and [HockeySDK-Android 5.0.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.4). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).
The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.2](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.2) and [HockeySDK-Android 5.1.0](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.1.0). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).

## 3. Contributing

Expand Down
4 changes: 2 additions & 2 deletions component/ios/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 5.1.1
## Version 5.1.2

HockeySDK-Xamarin implements support for HockeyApp in your iOS and Android applications.

Expand All @@ -24,7 +24,7 @@ It is super easy to use HockeyApp in your Xamarin app. Have a look at our [docum

Please visit [our landing page](https://support.hockeyapp.net/kb) as a starting point for all of our documentation and check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin), [changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases), and our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin#5-troubleshooting).

The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.1](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.1) and [HockeySDK-Android 5.0.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.4). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).
The Xamarin SDK wraps our native SDKs – [HockeySDK-iOS 5.1.2](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/5.1.2) and [HockeySDK-Android 5.1.0](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.1.0). For more info on advanced, platform-specific behaviors, check out the documentation for [HockeySDK-iOS](https://support.hockeyapp.net/kb/client-integration-ios-mac-os-x-tvos/hockeyapp-for-ios) and [HockeySDK-Android](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk).

## 3. Contributing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<Command>
<type>BeforeBuild</type>
<command>sh ./bootstrapper.sh -t bindings-android</command>
<workingdir>${SolutionDir}</workingdir>
<workingdir>${ProjectDir}/../..</workingdir>
</Command>
<Command>
<type>AfterClean</type>
<command>rm -rf externals/android</command>
<workingdir>${SolutionDir}</workingdir>
<workingdir>${ProjectDir}/../..</workingdir>
</Command>
</CustomCommands>
</CustomCommands>
Expand All @@ -58,12 +58,12 @@
<Command>
<type>BeforeBuild</type>
<command>sh ./bootstrapper.sh -t bindings-android</command>
<workingdir>${SolutionDir}</workingdir>
<workingdir>${ProjectDir}/../..</workingdir>
</Command>
<Command>
<type>AfterClean</type>
<command>rm -rf externals/android</command>
<workingdir>${SolutionDir}</workingdir>
<workingdir>${ProjectDir}/../..</workingdir>
</Command>
</CustomCommands>
</CustomCommands>
Expand Down

0 comments on commit 100ae32

Please sign in to comment.