Skip to content

Commit

Permalink
Prep release 17.0.0 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Mar 1, 2023
1 parent 9544d59 commit c120c8d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 113 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Airship Xamarin Changelog

## Version 17.0.0 - February 28, 2023
Major release to support MAUI. The Airship .NET SDK now targets .NET 6.0, and is compatible with
Android 5.0 (API 21) or higher, and iOS 13 or higher, using the latest supported release of Xcode (currently 14.2).

### Changes
- Updated bindings and cross-platform libraries to target `net6.0`, `net6.0-android`, and `net6.0-ios`
- Updated Android SDK to 16.8.1
- Updated iOS SDK to 16.11.1
- Renamed Airship.NETStandard to Airship.NET (`namespace AirshipDotNet`)
- Added a new `airship.net.messagecenter` that provides a cross-platform control that can be used to display Message Center messages.
- Created a new MAUI Sample App

## Version 16.3.0 - December 23, 2022
Minor release to support iOS SDK 16.10.6 and Android SDK 16.8.0 and fix an issue with the Message Center NativeBridge on iOS.

Expand Down
109 changes: 0 additions & 109 deletions GettingStarted.md

This file was deleted.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Airship Xamarin Library
# Airship .Net Library

This library provides official bindings to the Airship SDK, as well as a [cross-platform sample application](SampleApp).

## Resources

- [Xamarin Platform Doc](http://docs.urbanairship.com/platform/xamarin.html)
- [Platform Documentation](http://docs.urbanairship.com/platform/xamarin.html)
- [Getting Started](GettingStarted.md)
- [CHANGELOG](CHANGELOG.md)
- [Cross-platform sample application](SampleApp)
Expand All @@ -13,5 +13,3 @@ This library provides official bindings to the Airship SDK, as well as a [cross-

To build all of the artifacts, run `./gradlew build` in the root of the repository.
The build requires Carthage, which can be installed with `brew update && brew install carthage`.

To install required Python scripts and dependencies, run `pip install -r requirements.txt`

0 comments on commit c120c8d

Please sign in to comment.