Acr.Notifications 2.0.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Acr.Notifications --version 2.0.1
NuGet\Install-Package Acr.Notifications -Version 2.0.1
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="Acr.Notifications" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Acr.Notifications --version 2.0.1
#r "nuget: Acr.Notifications, 2.0.1"
#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 Acr.Notifications as a Cake Addin
#addin nuget:?package=Acr.Notifications&version=2.0.1

// Install Acr.Notifications as a Cake Tool
#tool nuget:?package=Acr.Notifications&version=2.0.1

Local Notifications, Scheduled Notifications, Badges, and Vibration for Xamarin and Windows

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Universal Windows Platform uap was computed.  uap10 is compatible.  uap10.0 was computed. 
Windows Phone wp81 is compatible.  wpa81 is compatible. 
Windows Store win8 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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.1
allow json.net 10 updates

2.0
[feature][uwp] UWP has arrived
[feature][droid] now has appicon badges thanks to neurospeech ShortcutBadger bindings!
[feature][droid] request for vibrate on notification (not supported on other platforms)

1.5.2
[droid] loosening up support lib requirement

1.5.1
[droid][fix] remove dependency on resources and allow for updates to support libs
[update] update nuget packages

1.5
[droid][fix] scheduled notifications
[droid][fix] cancel all scheduled notifications
[droid][fix] launches main activity
[droid][feature] NotificationsImpl.AppIconResourceId = your resourceId for the small icon

1.4
[pcl] update json.net
[breaking] remove context menus - they just didn't live up to the hype

1.3
[ios][fix] fix crash with messageID
[ios][feature] notification actions (coming soon to android)
[android][fix] more scheduling issues fixed on android

1.2
[android] fix scheduled notifications
[pcl] default sound and title for notifications
[pcl] improved interface

1.1
[android] Sounds have been added
[feature] Ability to cancel specific notifications (Send returns a notification ID)

1.0
Initial Release