From 7fe8f6fa63f21644904fb501c752b7a3d0712ff4 Mon Sep 17 00:00:00 2001 From: Josh Yaganeh <319444+jyaganeh@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:28:09 -0800 Subject: [PATCH] Release 19.4.1 --- CHANGELOG.md | 6 ++++++ Directory.Build.props | 8 ++++---- airship.properties | 6 +++--- src/SharedAssemblyInfo.Common.cs | 2 +- src/SharedAssemblyInfo.CrossPlatform.cs | 2 +- src/SharedAssemblyInfo.iOS.cs | 2 +- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7f92d..0cc2167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Airship DotNet Changelog +## Version 19.4.1 - Dec 6, 2024 +Minor release that updates the Airship.Net package to no longer depend on MAUI. + +### Changes +- Removed unnecessary MAUI dependency from Airship.Net + ## Version 19.4.0 - July 29, 2024 Minor release that updates the Airship SDK to iOS 17.10.1 and Android 17.8.1. diff --git a/Directory.Build.props b/Directory.Build.props index bdefdaf..ffee4e5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,14 +6,14 @@ 17.8.1 - 17.8.1 + 17.8.1.1 17.10.1 - 17.10.1 + 17.10.1.1 - 19.4.0 - 19.4.0 + 19.4.1 + 19.4.1 diff --git a/airship.properties b/airship.properties index 3eb764d..562e0d0 100644 --- a/airship.properties +++ b/airship.properties @@ -3,7 +3,7 @@ iosVersion = 17.10.1 androidVersion = 17.8.1 # Airship.Net cross-platform version -crossPlatformVersion = 19.4.0 +crossPlatformVersion = 19.4.1 # Filename of the iOS SDK zip file iosFrameworkZip = Airship-Xcode15.zip @@ -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 = 0 -iosRevision = 0 +androidRevision = 1 +iosRevision = 1 crossPlatformRevision = 0 diff --git a/src/SharedAssemblyInfo.Common.cs b/src/SharedAssemblyInfo.Common.cs index fd25fbd..3b09aca 100644 --- a/src/SharedAssemblyInfo.Common.cs +++ b/src/SharedAssemblyInfo.Common.cs @@ -6,4 +6,4 @@ // Change them to the values specific to your project. // Cross-platform version of the plugin -[assembly: UACrossPlatformVersion ("19.4.0")] +[assembly: UACrossPlatformVersion ("19.4.1")] diff --git a/src/SharedAssemblyInfo.CrossPlatform.cs b/src/SharedAssemblyInfo.CrossPlatform.cs index f91216a..8f46f2b 100644 --- a/src/SharedAssemblyInfo.CrossPlatform.cs +++ b/src/SharedAssemblyInfo.CrossPlatform.cs @@ -12,5 +12,5 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("19.4.0")] +[assembly: AssemblyVersion ("19.4.1")] diff --git a/src/SharedAssemblyInfo.iOS.cs b/src/SharedAssemblyInfo.iOS.cs index 3929fae..df8aa93 100644 --- a/src/SharedAssemblyInfo.iOS.cs +++ b/src/SharedAssemblyInfo.iOS.cs @@ -17,4 +17,4 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("19.4.0")] +[assembly: AssemblyVersion ("19.4.1")]