Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 19.5.0 #21

Merged
merged 2 commits into from
Feb 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Airship DotNet Changelog

## Version 19.5.0 - Feb 7, 2025
Minor release that updates the Android SDK to 18.7.0, including AndroidX library updates.

### Changes
- Updated Android SDK to 18.7.0

## Version 19.4.1 - Dec 12, 2024
Minor release that updates the Airship.Net package to no longer depend on MAUI and adds methods to fetch channel and contact subscription lists to the cross-platform library.

Expand Down
10 changes: 5 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<!-- Versions -->
<PropertyGroup>
<!-- Airship native SDK versions -->
<AirshipAndroidVersion>17.8.1</AirshipAndroidVersion>
<AirshipAndroidNugetVersion>17.8.1.1</AirshipAndroidNugetVersion>
<AirshipAndroidVersion>18.7.0</AirshipAndroidVersion>
<AirshipAndroidNugetVersion>18.7.0</AirshipAndroidNugetVersion>

<AirshipIosVersion>17.10.1</AirshipIosVersion>
<AirshipIosNugetVersion>17.10.1.1</AirshipIosNugetVersion>
<AirshipIosNugetVersion>17.10.1.2</AirshipIosNugetVersion>

<!-- Airship.Net version -->
<AirshipCrossPlatformVersion>19.4.1</AirshipCrossPlatformVersion>
<AirshipCrossPlatformNugetVersion>19.4.1</AirshipCrossPlatformNugetVersion>
<AirshipCrossPlatformVersion>19.5.0</AirshipCrossPlatformVersion>
<AirshipCrossPlatformNugetVersion>19.5.0</AirshipCrossPlatformNugetVersion>
</PropertyGroup>

<!-- Nuget packaging metadata -->
Expand Down
8 changes: 4 additions & 4 deletions airship.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Airship native SDK versions
iosVersion = 17.10.1
androidVersion = 17.8.1
androidVersion = 18.7.0

# Airship.Net cross-platform version
crossPlatformVersion = 19.4.1
crossPlatformVersion = 19.5.0

# Filename of the iOS SDK zip file
iosFrameworkZip = Airship-Xcode15.zip
Expand All @@ -12,7 +12,7 @@ iosFrameworkZip = Airship-Xcode15.zip
# If > 0, the revision number will be added to the versions
# defined above as a 4th segment (i.e., MAJOR.MINOR.PATCH.REVISION).
# If = 0, NuGet packages will be versioned using standard 3-segment semver.
androidRevision = 1
iosRevision = 1
androidRevision = 0
iosRevision = 2
crossPlatformRevision = 0

Loading
Loading