PushNotifications.WS.MSI 3.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PushNotifications.WS.MSI --version 3.2.0
NuGet\Install-Package PushNotifications.WS.MSI -Version 3.2.0
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="PushNotifications.WS.MSI" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PushNotifications.WS.MSI --version 3.2.0
#r "nuget: PushNotifications.WS.MSI, 3.2.0"
#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 PushNotifications.WS.MSI as a Cake Addin
#addin nuget:?package=PushNotifications.WS.MSI&version=3.2.0

// Install PushNotifications.WS.MSI as a Cake Tool
#tool nuget:?package=PushNotifications.WS.MSI&version=3.2.0

PushNotifications

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
5.0.4 2,139 10/26/2018
5.0.3 2,009 10/12/2018
5.0.2 2,224 8/15/2018
5.0.1 2,117 8/7/2018
5.0.0 2,243 8/3/2018
4.1.0 2,184 8/2/2018
4.0.3 2,293 5/14/2018
4.0.2 2,017 5/14/2018
4.0.1 2,134 4/16/2018
4.0.0 2,286 4/16/2018
3.2.0 2,246 4/5/2018
3.1.0 2,246 3/27/2018
2.0.22 2,052 9/27/2017
2.0.21 1,782 8/14/2017
2.0.20 1,962 8/14/2017
2.0.19 2,009 8/14/2017
2.0.18 2,024 8/14/2017
2.0.17 1,936 8/14/2017
2.0.16 2,323 6/20/2017
2.0.15 1,990 6/15/2017
2.0.14 2,252 6/15/2017
2.0.13 2,177 3/24/2017
2.0.12 2,074 2/7/2017
2.0.11 2,188 2/7/2017
2.0.10 2,276 2/6/2017
2.0.9 2,086 2/6/2017
2.0.8 2,410 12/21/2016
2.0.7 2,027 11/29/2016
2.0.6 2,364 11/28/2016
2.0.5 2,077 11/27/2016
2.0.4 2,462 11/24/2016
2.0.1 2,302 11/9/2016
2.0.0 2,578 11/9/2016
2.0.0-beta0001 2,055 11/9/2016
1.0.0 2,530 10/14/2016
1.0.0-beta0004 2,356 9/4/2016
1.0.0-beta0003 2,303 9/1/2016
1.0.0-beta0002 2,247 9/1/2016

Adds a check for the number of tokens which will receive pushnotification. FireBase has a limit of 1000 per request
Removes ContentAvailable which makes the pushnotification to be a silent pushnotification. Apple/Google throttle or drop some of those when there are many sent to a device because it may drain battery on the device. Instead we use the `priority` set to `high`.
Sets default badge to be `1`