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 #86 from bitstadium/release/4.1.4
Browse files Browse the repository at this point in the history
Release/4.1.4
  • Loading branch information
Benjamin Scholtysik (Reimold) authored May 24, 2017
2 parents 3457f67 + 7db44ed commit 45cbcd7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HockeySDK for Xamarin

## Version 4.1.3
## Version 4.1.4
- Please have a look at the [Changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases).
- The Xamarin SDK wrapps our native SDKs, [HockeySDK-iOS 4.1.5](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/4.1.5) and [HockeySDK-Android 4.1.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/4.1.4).

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

var COMPONENT_VERSION = "4.1.3.0";
var NUGET_VERSION = "4.1.3";
var COMPONENT_VERSION = "4.1.4.0";
var NUGET_VERSION = "4.1.4";

var ANDROID_URL = "https://download.hockeyapp.net/sdk/android/HockeySDK-Android-4.1.4.zip";
var IOS_URL = "https://download.hockeyapp.net/sdk/ios/HockeySDK-iOS-4.1.5.zip";
Expand Down
2 changes: 1 addition & 1 deletion component/android/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HockeySDK for Xamarin

## Version 4.1.3
## Version 4.1.4
- Please have a look at the [Changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases).
- The Xamarin SDK wrapps our native SDKs, [HockeySDK-iOS 4.1.5](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/4.1.5) and [HockeySDK-Android 4.1.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/4.1.4).

Expand Down
2 changes: 1 addition & 1 deletion component/forms/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HockeySDK for Xamarin

## Version 4.1.3
## Version 4.1.4
- Please have a look at the [Changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases).
- The Xamarin SDK wrapps our native SDKs, [HockeySDK-iOS 4.1.5](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/4.1.5) and [HockeySDK-Android 4.1.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/4.1.4).

Expand Down
2 changes: 1 addition & 1 deletion component/ios.crashonly/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HockeySDK for Xamarin

## Version 4.1.3
## Version 4.1.4
- Please have a look at the [Changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases).
- The Xamarin SDK wrapps our native SDKs, [HockeySDK-iOS 4.1.5](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/4.1.5) and [HockeySDK-Android 4.1.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/4.1.4).

Expand Down
2 changes: 1 addition & 1 deletion component/ios/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HockeySDK for Xamarin

## Version 4.1.3
## Version 4.1.4
- Please have a look at the [Changelog](https://github.com/bitstadium/HockeySDK-Xamarin/releases).
- The Xamarin SDK wrapps our native SDKs, [HockeySDK-iOS 4.1.5](https://github.com/bitstadium/HockeySDK-iOS/releases/tag/4.1.5) and [HockeySDK-Android 4.1.4](https://github.com/bitstadium/HockeySDK-Android/releases/tag/4.1.4).

Expand Down
4 changes: 2 additions & 2 deletions source/HockeySDK.iOSBindings/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ public partial interface BITHockeyManager
void ConfigureWithIdentifier(string betaIdentifier, string liveIdentifier, [NullAllowed] NSObject managerDelegate);

[Internal]
[Export("startManagerInXamarinEnvironment")]
void DoStartManager();
[Export("startManager")]
void DoStartManager();

[Export ("serverURL", ArgumentSemantic.Retain)]
string ServerURL { get; set; }
Expand Down

0 comments on commit 45cbcd7

Please sign in to comment.