AppboyPlatform.Universal.Release 2.0.3

dotnet add package AppboyPlatform.Universal.Release --version 2.0.3
NuGet\Install-Package AppboyPlatform.Universal.Release -Version 2.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AppboyPlatform.Universal.Release" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AppboyPlatform.Universal.Release --version 2.0.3
#r "nuget: AppboyPlatform.Universal.Release, 2.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AppboyPlatform.Universal.Release as a Cake Addin
#addin nuget:?package=AppboyPlatform.Universal.Release&version=2.0.3

// Install AppboyPlatform.Universal.Release as a Cake Tool
#tool nuget:?package=AppboyPlatform.Universal.Release&version=2.0.3

Appboy SDK for Windows Store, Windows Phone 8.1+, and UWP Apps

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 1,916 4/1/2019
2.0.2 1,995 11/12/2017
2.0.1 1,209 9/15/2017
2.0.0 1,026 9/6/2017
1.3.2 3,130 11/18/2014
1.3.1 1,759 11/18/2014
1.3.0 1,783 11/18/2014
1.2.0 1,633 9/12/2014

## 2.0.3
     - Adds Appboy.SharedInstance.PushManager.LogPushNotificationOpened method to support logging opens in the background.  Fixes regression.
     ## 2.0.2
     - Adds handling for a race condition when setting the same attribute quickly in succession.
     - Adds improved automatic dispatch handling.
     2.0.1
     - Adds TLS 1.2 support for Windows Store and Windows Phone 8.1 apps.
     2.0.0
     - Removes UI elements from the SDK - support for analytics and push remains
     - Removes error log accessing Windows.UI.Core.CoreWindow.get_Bounds()
     - Locks Lex.db dependency to 1.2.5
     1.3.2
     - Adds persistence of deviceId to prevent hardware changes from changing the deviceId.
     - Adds methods SetCustomAttributeArray, RemoveFromCustomAttributeArray, and AddToCustomAttributeArray.  These methods can be used to set or modify custom attributes arrays that can be used for filtering and segmentation in the Appboy dashboard.
     For example, watched_genres = [comedy, horror, drama].
     - Adds "appboy" as a reserved prefix that may not have be a prefix for the keys of custom events or attributes.  For example, "appboyKey" is now an invalid custom attribute key.
     - Adds a new setCustomAttribute override that accepts a DateTime.
     - Fixes slideup bug (slideup not showing) for Unity integrations.  However, Appboy will soon release a fully supported Windows Unity plugin, which should then be used to integrate Appboy in Windows Unity projects.
     - Refactors the sample projects to use a shared project (.shproj).
     - Adds SetFacebookUser and SetTwitterUser methods on the AppboyUser to enable social integration in the Appboy dashboard.
     1.2.0
     - This is a continuation of the AppboyPlatform.Store.Release package, now supporting Windows Phone 8.1 as well.