Skip to content

Commit 37f8d31

Browse files
committed
Merge commit '4bc795f71bcd76715c1f74a8de74226ac519aefb'
2 parents d20067b + 4bc795f commit 37f8d31

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

Branch-Xamarin-Lib.iOS/Branch.a

-3.93 KB
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.0";
21+
private static String pluginVersion = "8.1.1";
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.0");
60+
instance.NativeBranch.RegisterPluginName("Xamarin", "8.1.1");
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.0");
107+
instance.NativeBranch.RegisterPluginName("Xamarin", "8.1.1");
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.1
4+
* Update to Branch iOS SDK 1.45.1
5+
36
- 8.1.0
47
* Update to Branch Android SDK 5.2.6
58
* Update to Branch iOS SDK 1.45.0

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.0</version>
7+
<version>8.1.1</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)