Skip to content

Commit add0be7

Browse files
Merge pull request #151 from BranchMetrics/SDK-1742
[SDK-1724] Updated iOS and Xamarin versions
2 parents 37f8d31 + 2a88d83 commit add0be7

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

Branch-Xamarin-Lib.iOS/Branch.a

1.44 KB
Binary file not shown.
1.52 MB
Binary file not shown.

Branch-Xamarin-SDK.Droid/BranchAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class BranchAndroid : Branch
1818

1919
// TODO: can we pull the plugin version automatically?
2020
private static String pluginName = "Xamarin";
21-
private static String pluginVersion = "8.1.1";
21+
private static String pluginVersion = "8.1.2";
2222

2323
private BranchAndroid () { }
2424

Branch-Xamarin-SDK.iOS/BranchIOS.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static void Init(String branchKey, NSDictionary launchOptions, IBranchSes
5757
instance = new BranchIOS ();
5858
Branch.branchInstance = instance;
5959
instance.branchKey = branchKey;
60-
instance.NativeBranch.RegisterPluginName("Xamarin", "8.1.1");
60+
instance.NativeBranch.RegisterPluginName("Xamarin", "8.1.2");
6161

6262
if (launchOptions != null) {
6363
instance.launchOptions = new NSDictionary (launchOptions);
@@ -104,7 +104,7 @@ public static void Init(String branchKey, NSDictionary launchOptions, IBranchBUO
104104
Branch.branchInstance = instance;
105105
instance.branchKey = branchKey;
106106

107-
instance.NativeBranch.RegisterPluginName("Xamarin", "8.1.1");
107+
instance.NativeBranch.RegisterPluginName("Xamarin", "8.1.2");
108108

109109
if (launchOptions != null) {
110110
instance.launchOptions = new NSDictionary (launchOptions);

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Branch Xamarin SDK change log
22

3+
- 8.1.2
4+
* Update to Branch iOS SDK 1.45.2
5+
36
- 8.1.1
47
* Update to Branch iOS SDK 1.45.1
58

NuGet/Branch-Xamarin-SDK.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>Branch-Xamarin-Linking-SDK</id>
55
<title>Branch Xamarin SDK</title>
66
<summary>Hosted deep links for your Xamarin-based Android or iOS app by Branch</summary>
7-
<version>8.1.1</version>
7+
<version>8.1.2</version>
88
<authors>Branch Metrics, Inc.</authors>
99
<owners>Branch Metrics, Inc.</owners>
1010
<projectUrl>https://github.com/BranchMetrics/Xamarin-Deferred-Deep-Linking-SDK</projectUrl>

0 commit comments

Comments
 (0)