Skip to content

Commit

Permalink
Release 18.2.0 (#229)
Browse files Browse the repository at this point in the history
* Bump SDKs to Android 17.7.3, iOS 17.9.0
* Fix MarkMessageRead and DeleteMessage
* Add MC theme plist
* Release 18.2.0
  • Loading branch information
jyaganeh authored Mar 19, 2024
1 parent 6954145 commit 4bd7b2c
Show file tree
Hide file tree
Showing 44 changed files with 177 additions and 96 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ env:

jobs:
release:
permissions:
contents: write
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get Version
id: get_version
Expand Down Expand Up @@ -77,12 +79,11 @@ jobs:
gsutil cp docs/build/$VERSION.tar.gz gs://ua-web-ci-prod-docs-transfer/libraries/xamarin/$VERSION.tar.gz
- name: Create Github Release
uses: actions/create-release@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.get_version.outputs.VERSION }}
release_name: ${{ steps.get_version.outputs.VERSION }}
name: ${{ steps.get_version.outputs.VERSION }}
body: ${{ steps.get_release_notes.outputs.NOTES }}
draft: false
prerelease: false
make_latest: true
4 changes: 2 additions & 2 deletions Airship.Android.ADM.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.android.adm</id>
<version>17.7.1</version>
<version>17.7.3</version>
<title>Airship Android SDK - ADM Push Provider</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A full suite of mobile engagement tools for building next-generation apps</description>
<dependencies>
<group targetFramework="MonoAndroid4.1">
<dependency id="airship.android.core" version="17.7.1"/>
<dependency id="airship.android.core" version="17.7.3"/>
</group>
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions Airship.Android.Automation.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.android.automation</id>
<version>17.7.1</version>
<version>17.7.3</version>
<title>Airship Android SDK</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand All @@ -11,8 +11,8 @@

<dependencies>
<group targetFramework="MonoAndroid4.1">
<dependency id="airship.android.core" version="17.7.1"/>
<dependency id="airship.android.layout" version="17.7.1"/>
<dependency id="airship.android.core" version="17.7.3"/>
<dependency id="airship.android.layout" version="17.7.3"/>
<dependency id="Xamarin.AndroidX.CustomView" version="1.1.0.4" />
<dependency id="Xamarin.AndroidX.Room.Runtime" version="2.4.3"/>
</group>
Expand Down
2 changes: 1 addition & 1 deletion Airship.Android.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.android.core</id>
<version>17.7.1</version>
<version>17.7.3</version>
<title>Airship Android SDK</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions Airship.Android.FCM.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.android.fcm</id>
<version>17.7.1</version>
<version>17.7.3</version>
<title>Airship Android SDK - FCM Push Provider</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand All @@ -11,7 +11,7 @@

<dependencies>
<group targetFramework="MonoAndroid4.1">
<dependency id="airship.android.core" version="17.7.1"/>
<dependency id="airship.android.core" version="17.7.3"/>
<dependency id="Xamarin.Firebase.Messaging" version="122.0.0.1" />
<dependency id="Xamarin.Google.Dagger" version="2.37.0" />
<dependency id="Xamarin.GooglePlayServices.Base" version="117.6.0.1" />
Expand Down
4 changes: 2 additions & 2 deletions Airship.Android.FeatureFlag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.android.featureflag</id>
<version>17.7.1</version>
<version>17.7.3</version>
<title>Airship Android SDK - Feature Flags</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand All @@ -11,7 +11,7 @@

<dependencies>
<group targetFramework="MonoAndroid4.1">
<dependency id="airship.android.core" version="17.7.1"/>
<dependency id="airship.android.core" version="17.7.3"/>
<dependency id="Xamarin.Kotlin.StdLib" version="1.5.31.2" />
<dependency id="Xamarin.Kotlin.StdLib.Jdk8" version="1.5.31.2" />
<dependency id="Xamarin.KotlinX.Coroutines.Android" version="1.5.2.2" />
Expand Down
4 changes: 2 additions & 2 deletions Airship.Android.Layout.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.android.layout</id>
<version>17.7.1</version>
<version>17.7.3</version>
<title>Airship Android SDK</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand All @@ -11,7 +11,7 @@

<dependencies>
<group targetFramework="MonoAndroid4.1">
<dependency id="airship.android.core" version="17.7.1"/>
<dependency id="airship.android.core" version="17.7.3"/>
<dependency id="Xamarin.AndroidX.AppCompat" version="1.3.0"/>
<dependency id="Xamarin.AndroidX.ConstraintLayout" version="2.1.1.2" />
<dependency id="Xamarin.AndroidX.Core" version="1.6.0.3" />
Expand Down
4 changes: 2 additions & 2 deletions Airship.Android.LiveUpdate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.android.liveupdate</id>
<version>17.7.1</version>
<version>17.7.3</version>
<title>Airship Android SDK</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand All @@ -11,7 +11,7 @@

<dependencies>
<group targetFramework="MonoAndroid4.1">
<dependency id="airship.android.core" version="17.7.1"/>
<dependency id="airship.android.core" version="17.7.3"/>
<dependency id="Xamarin.AndroidX.ConstraintLayout" version="2.1.1.2" />
<dependency id="Xamarin.AndroidX.AppCompat" version="1.3"/>
</group>
Expand Down
4 changes: 2 additions & 2 deletions Airship.Android.MessageCenter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.android.messagecenter</id>
<version>17.7.1</version>
<version>17.7.3</version>
<title>Airship Android SDK</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand All @@ -12,7 +12,7 @@
<dependencies>
<group targetFramework="MonoAndroid4.1">
<dependency id="Xamarin.AndroidX.SwipeRefreshLayout" version="1.1.0.1" />
<dependency id="airship.android.core" version="17.7.1"/>
<dependency id="airship.android.core" version="17.7.3"/>
<dependency id="Xamarin.AndroidX.Room.Runtime" version="2.4.3"/>
</group>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Airship.Android.PreferenceCenter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.android.preferencecenter</id>
<version>17.7.1</version>
<version>17.7.3</version>
<title>Airship Android SDK</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand All @@ -11,7 +11,7 @@

<dependencies>
<group targetFramework="MonoAndroid4.1">
<dependency id="airship.android.core" version="17.7.1"/>
<dependency id="airship.android.core" version="17.7.3"/>
<dependency id="Xamarin.AndroidX.AppCompat" version="1.3.1.3" />
<dependency id="Xamarin.AndroidX.ConstraintLayout" version="2.1.1.2" />
<dependency id="Xamarin.AndroidX.Core" version="1.6.0.3" />
Expand Down
14 changes: 7 additions & 7 deletions Airship.NETStandard.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.netstandard</id>
<version>18.1.0</version>
<version>18.2.0</version>
<title>Airship SDK .NET Standard Library</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand All @@ -13,15 +13,15 @@
<group targetFramework=".NETStandard2.0">
</group>
<group targetFramework="MonoAndroid4.1">
<dependency id="airship.android.core" version="17.7.1"/>
<dependency id="airship.android.messagecenter" version="17.7.1"/>
<dependency id="airship.android.automation" version="17.7.1"/>
<dependency id="airship.android.core" version="17.7.3"/>
<dependency id="airship.android.messagecenter" version="17.7.3"/>
<dependency id="airship.android.automation" version="17.7.3"/>
</group>

<group targetFramework="Xamarin.iOS1.0">
<dependency id="airship.ios.core" version="17.7.1"/>
<dependency id="airship.ios.automation" version="17.7.1"/>
<dependency id="airship.ios.messagecenter" version="17.7.1"/>
<dependency id="airship.ios.core" version="17.9.0"/>
<dependency id="airship.ios.automation" version="17.9.0"/>
<dependency id="airship.ios.messagecenter" version="17.9.0"/>
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions Airship.iOS.Automation.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.ios.automation</id>
<version>17.7.1</version>
<version>17.9.0</version>
<title>Airship iOS SDK - Automation</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Automation support for Airship SDK</description>
<dependencies>
<group targetFramework="Xamarin.iOS1.0">
<dependency id="airship.ios.core" version="17.7.1"/>
<dependency id="airship.ios.core" version="17.9.0"/>
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Airship.iOS.Basement.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.ios.basement</id>
<version>17.7.1</version>
<version>17.9.0</version>
<title>Airship iOS SDK - Basement</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions Airship.iOS.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.ios.core</id>
<version>17.7.1</version>
<version>17.9.0</version>
<title>Airship iOS SDK - Core</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Core of Airship SDK</description>
<dependencies>
<group targetFramework="Xamarin.iOS1.0">
<dependency id="airship.ios.basement" version="17.7.1"/>
<dependency id="airship.ios.basement" version="17.9.0"/>
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions Airship.iOS.MessageCenter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.ios.messagecenter</id>
<version>17.7.1</version>
<version>17.9.0</version>
<title>Airship iOS SDK - MessageCenter</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Message center support for Airship SDK</description>
<dependencies>
<group targetFramework="Xamarin.iOS1.0">
<dependency id="airship.ios.core" version="17.7.1"/>
<dependency id="airship.ios.core" version="17.9.0"/>
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions Airship.iOS.NotificationContentExtension.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.ios.notificationcontentextension</id>
<version>17.7.1</version>
<version>17.9.0</version>
<title>Airship iOS SDK - Notification Content Extension</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Notification content extension support for iOS</description>
<dependencies>
<group targetFramework="Xamarin.iOS1.0">
<dependency id="airship.ios.core" version="17.7.1"/>
<dependency id="airship.ios.core" version="17.9.0"/>
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions Airship.iOS.NotificationServiceExtension.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.ios.notificationserviceextension</id>
<version>17.7.1</version>
<version>17.9.0</version>
<title>Airship iOS SDK - Notification Service Extension</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Notification service extension support for iOS</description>
<dependencies>
<group targetFramework="Xamarin.iOS1.0">
<dependency id="airship.ios.core" version="17.7.1"/>
<dependency id="airship.ios.core" version="17.9.0"/>
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions Airship.iOS.PreferenceCenter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.ios.preferencecenter</id>
<version>17.7.1</version>
<version>17.9.0</version>
<title>Airship iOS SDK - Preference Center</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Preference Center support for Airship SDK</description>
<dependencies>
<group targetFramework="Xamarin.iOS1.0">
<dependency id="airship.ios.core" version="17.7.1"/>
<dependency id="airship.ios.core" version="17.9.0"/>
</group>
</dependencies>
</metadata>
Expand Down
12 changes: 6 additions & 6 deletions Airship.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.ios</id>
<version>17.7.1</version>
<version>17.9.0</version>
<title>Airship iOS SDK</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
Expand All @@ -11,11 +11,11 @@

<dependencies>
<group>
<dependency id="airship.ios.basement" version="17.7.1"/>
<dependency id="airship.ios.core" version="17.7.1"/>
<dependency id="airship.ios.automation" version="17.7.1"/>
<dependency id="airship.ios.messagecenter" version="17.7.1"/>
<dependency id="airship.ios.preferencecenter" version="17.7.1"/>
<dependency id="airship.ios.basement" version="17.9.0"/>
<dependency id="airship.ios.core" version="17.9.0"/>
<dependency id="airship.ios.automation" version="17.9.0"/>
<dependency id="airship.ios.messagecenter" version="17.9.0"/>
<dependency id="airship.ios.preferencecenter" version="17.9.0"/>
</group>
</dependencies>
</metadata>
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Airship Xamarin Changelog

## Version 18.1.0 - January 22, 2024
## Version 18.2.0 - March 15, 2024
Minor release that updates the Airship SDK to iOS 17.9.0 and Android 17.7.3, expands plist theming options available for Message Center, and fixes the cross-platform `MarkMessageRead` and `DeleteMessage` methods.

### Changes
- Updated iOS SDK to 17.9.0
- Updated Android SDK to 17.7.3
- Support for dark mode and extended theming options for Message Center plist
- Fixed an iOS bug in the Message Center message delete and mark read methods in Airship.Net

## Version 18.1.0 - January 22, 2024
Minor release that updates to Airship SDK 17.7.1 and fixes an iOS custom event properties reporting issue. Apps that target iOS and make use of custom events should update.

### Changes
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "urbanairship/ios-library" == 17.7.1
github "urbanairship/ios-library" == 17.9.0
Loading

0 comments on commit 4bd7b2c

Please sign in to comment.