Skip to content

Commit

Permalink
Updating Xamarin SDK for version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radixdev committed Jul 27, 2023
1 parent 25224a6 commit 32766a2
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.0

> Starting with this release, this SDK will use [Semantic Versioning](https://semver.org/).
##### Breaking
- Updated the Android binding to use [Braze Android SDK 26.3.0](https://github.com/braze-inc/braze-android-sdk/blob/master/CHANGELOG.md#2630).

## 1.27.0

##### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Braze Logo](https://github.com/Appboy/appboy-xamarin-bindings/blob/master/braze-logo.png)
![Braze Logo](https://github.com/braze-inc/braze-xamarin-sdk/blob/master/braze-logo.png)

# Xamarin Bindings SDK
# Xamarin SDK

Successful marketing automation is essential to the future of your mobile app. Braze helps you engage your users beyond the download. Visit the following links for details and we'll have you up and running in no time!

Expand Down
6 changes: 3 additions & 3 deletions appboy-component/nuget/AppboyPlatform.AndroidBinding.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>AppboyPlatform.AndroidBinding</id>
<version>1.27.0</version>
<version>2.0.0</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/Appboy/appboy-xamarin-bindings</projectUrl>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
<license type="file">LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Braze Xamarin Android Binding</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2022</copyright>
<copyright>Copyright 2023</copyright>
<tags>Braze Appboy</tags>
<dependencies>
<dependency id="Xamarin.AndroidX.Core" version="1.3.0.3" />
Expand Down
6 changes: 3 additions & 3 deletions appboy-component/nuget/AppboyPlatformXamariniOSBinding.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>AppboyPlatformXamariniOSBinding</id>
<version>1.27.0</version>
<version>2.0.0</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/Appboy/appboy-xamarin-bindings</projectUrl>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
<license type="file">LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Braze Xamarin iOS Binding</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2022</copyright>
<copyright>Copyright 2023</copyright>
<tags>Braze Appboy</tags>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>BrazePlatform.BrazeAndroidBinding</id>
<version>1.27.0</version>
<version>2.0.0</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/Appboy/appboy-xamarin-bindings</projectUrl>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
<license type="file">LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Braze Xamarin Android .NET-6 Binding</description>
Expand All @@ -27,8 +27,8 @@
<files>
<file src="../src/androidnet6/BrazeAndroidNet6Binding/bin/Debug/net6.0-android33.0/BrazeAndroidBinding.dll" target="lib/net6.0-android33.0/BrazeAndroidBinding.dll" />
<file src="../src/androidnet6/BrazeAndroidNet6Binding/bin/Debug/net6.0-android33.0/BrazeAndroidBinding.xml" target="lib/net6.0-android33.0/BrazeAndroidBinding.xml" />
<file src="../src/androidnet6/BrazeAndroidNet6Binding/android-sdk-base-24.2.0.aar" target="lib/net6.0-android33.0/android-sdk-base-24.2.0.aar" />
<file src="../src/androidnet6/BrazeAndroidNet6Binding/android-sdk-ui-24.2.0.aar" target="lib/net6.0-android33.0/android-sdk-ui-24.2.0.aar" />
<file src="../src/androidnet6/BrazeAndroidNet6Binding/android-sdk-base-26.3.0.aar" target="lib/net6.0-android33.0/android-sdk-base-26.3.0.aar" />
<file src="../src/androidnet6/BrazeAndroidNet6Binding/android-sdk-ui-26.3.0.aar" target="lib/net6.0-android33.0/android-sdk-ui-26.3.0.aar" />
<file src="../../Public/braze-logo.png" target="images/" />
<file src="../../Public/LICENSE.txt" target="" />
</files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ partial void AddFullButton_TouchUpInside(UIButton sender)
{
Message = "This is a full",
Duration = 10,
ImageURI = new NSUrl("https://raw.githubusercontent.com/Appboy/appboy-xamarin-bindings/master/braze-logo.png")
ImageURI = new NSUrl("https://raw.githubusercontent.com/braze-inc/braze-xamarin-sdk/master/braze-logo.png")
};
Appboy.SharedInstance.InAppMessageController.AddInAppMessage(full);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void ShowFullIam()
ABKInAppMessageFull full = new ABKInAppMessageFull() {
Message = "This is a full",
Duration = 10,
ImageURI = new Foundation.NSUrl("https://raw.githubusercontent.com/Appboy/appboy-xamarin-bindings/master/braze-logo.png")
ImageURI = new Foundation.NSUrl("https://raw.githubusercontent.com/braze-inc/braze-xamarin-sdk/master/braze-logo.png")
};
Appboy.SharedInstance.InAppMessageController.AddInAppMessage(full);
}
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 32766a2

Please sign in to comment.