Skip to content

Commit

Permalink
Release 19.5.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Feb 8, 2025
1 parent 2843310 commit cead24c
Show file tree
Hide file tree
Showing 12 changed files with 140 additions and 99 deletions.
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

0 comments on commit cead24c

Please sign in to comment.