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

[MOBILE-4491] Prepare release 19.4.0 #14

Closed
wants to merge 7 commits into from
Closed
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: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: CI
on: [pull_request]

env:
DEVELOPER_DIR: /Applications/Xcode_15.1.app
DEVELOPER_DIR: /Applications/Xcode_15.4.app
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1

jobs:
ci:
runs-on: macOS-13
runs-on: macos-14-xlarge
steps:
- uses: actions/checkout@v2

Expand All @@ -22,7 +22,7 @@ jobs:
java-version: '11'

- name: Set up .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Airship DotNet Changelog

## Version 19.4.0 - May 22, 2024
Minor release that updates the Airship SDK to iOS 18.3.0 and Android 17.8.1

### Changes
- Updated iOS SDK to 18.3.0
- Updated Android SDK to 17.8.1

## Version 19.3.0 - Apr 8, 2024
Minor release that updates the Airship SDK to iOS 17.10.0 and Android 17.7.4,

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.10.0
github "urbanairship/ios-library" == 18.3.0
12 changes: 6 additions & 6 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.7.4</AirshipAndroidVersion>
<AirshipAndroidNugetVersion>17.7.4</AirshipAndroidNugetVersion>
<AirshipAndroidVersion>17.8.1</AirshipAndroidVersion>
<AirshipAndroidNugetVersion>17.8.1</AirshipAndroidNugetVersion>

<AirshipIosVersion>17.10.0</AirshipIosVersion>
<AirshipIosNugetVersion>17.10.0</AirshipIosNugetVersion>
<AirshipIosVersion>18.3.0</AirshipIosVersion>
<AirshipIosNugetVersion>18.3.0</AirshipIosNugetVersion>

<!-- Airship.Net version -->
<AirshipCrossPlatformVersion>19.3.0</AirshipCrossPlatformVersion>
<AirshipCrossPlatformNugetVersion>19.3.0</AirshipCrossPlatformNugetVersion>
<AirshipCrossPlatformVersion>19.4.0</AirshipCrossPlatformVersion>
<AirshipCrossPlatformNugetVersion>19.4.0</AirshipCrossPlatformNugetVersion>
</PropertyGroup>

<!-- Nuget packaging metadata -->
Expand Down
3 changes: 2 additions & 1 deletion MauiSample/MauiSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.6" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.40" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.40" />
</ItemGroup>

<ItemGroup Label="Common Package Dependencies" Condition="!$(UseProjectReferences)">
Expand Down
2 changes: 1 addition & 1 deletion MauiSample/Platforms/iOS/AppDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public override bool FinishedLaunching(UIApplication application, NSDictionary l

Console.WriteLine("AirshipConfig: {0}", config);

UAirship.Push.ResetBadge();
UAirship.Push.ResetBadge(handler => {});

return base.FinishedLaunching(application, launchOptions);
}
Expand Down
6 changes: 3 additions & 3 deletions airship.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Airship native SDK versions
iosVersion = 17.10.0
androidVersion = 17.7.4
iosVersion = 18.3.0
androidVersion = 17.8.1

# Airship.Net cross-platform version
crossPlatformVersion = 19.3.0
crossPlatformVersion = 19.4.0

# Filename of the iOS SDK zip file
iosFrameworkZip = Airship.zip
Expand Down
36 changes: 18 additions & 18 deletions binderator/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,72 +17,72 @@
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-adm",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.Adm",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-automation",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.Automation",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-core",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.Core",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-fcm",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.Fcm",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-feature-flag",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.FeatureFlag",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-layout",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.Layout",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-live-update",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.LiveUpdate",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-message-center",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.MessageCenter",
"dependencyOnly": false
},
{
"groupId": "com.urbanairship.android",
"artifactId": "urbanairship-preference-center",
"version": "17.7.4",
"nugetVersion": "17.7.4",
"version": "17.8.1",
"nugetVersion": "17.8.1",
"nugetId": "Airship.Net.Android.PreferenceCenter",
"dependencyOnly": false
},
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk":
{
"version": "8.0.100",
"version": "8.0.204",
"rollForward": "patch"
},
"msbuild-sdks":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<!-- Dependencies -->
<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.6" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.21" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Airship.Net\Airship.Net.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Airship.Net/Airship.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<!-- Dependencies -->

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.6" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.21" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-android'">
<ProjectReference Include="..\..\binderator\generated\Airship.Net.Android.Automation\Airship.Net.Android.Automation.csproj" />
Expand Down
5 changes: 3 additions & 2 deletions src/Airship.Net/IAirship.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public interface IAirship

/// <summary>
/// Add/remove the push notification status listener.
/// Android only.
/// </summary>
event EventHandler<PushNotificationStatusEventArgs> OnPushNotificationStatusUpdate;

Expand Down Expand Up @@ -341,12 +342,12 @@ public interface IAirship
/// Gets or sets whether In-App Automation is paused.
/// </summary>
/// <value>Whether In-App Automation is paused.</value>
bool InAppAutomationPaused { get; set; }
//bool InAppAutomationPaused { get; set; }

/// <summary>
/// Gets or sets the In-App Automation display interval.
/// </summary>
/// <value>The display interval.</value>
TimeSpan InAppAutomationDisplayInterval { get; set; }
//TimeSpan InAppAutomationDisplayInterval { get; set; }
}
}
Loading
Loading