PushNotifications.WS.MSI
3.2.0
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
<PackageReference Include="PushNotifications.WS.MSI" Version="3.2.0" />
paket add PushNotifications.WS.MSI --version 3.2.0
#r "nuget: PushNotifications.WS.MSI, 3.2.0"
// 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
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,290 | 10/26/2018 |
5.0.3 | 2,151 | 10/12/2018 |
5.0.2 | 2,280 | 8/15/2018 |
5.0.1 | 2,235 | 8/7/2018 |
5.0.0 | 2,384 | 8/3/2018 |
4.1.0 | 2,317 | 8/2/2018 |
4.0.3 | 2,404 | 5/14/2018 |
4.0.2 | 2,163 | 5/14/2018 |
4.0.1 | 2,233 | 4/16/2018 |
4.0.0 | 2,430 | 4/16/2018 |
3.2.0 | 2,356 | 4/5/2018 |
3.1.0 | 2,349 | 3/27/2018 |
2.0.22 | 2,160 | 9/27/2017 |
2.0.21 | 1,866 | 8/14/2017 |
2.0.20 | 2,043 | 8/14/2017 |
2.0.19 | 2,092 | 8/14/2017 |
2.0.18 | 2,133 | 8/14/2017 |
2.0.17 | 2,026 | 8/14/2017 |
2.0.16 | 2,432 | 6/20/2017 |
2.0.15 | 2,058 | 6/15/2017 |
2.0.14 | 2,381 | 6/15/2017 |
2.0.13 | 2,296 | 3/24/2017 |
2.0.12 | 2,204 | 2/7/2017 |
2.0.11 | 2,272 | 2/7/2017 |
2.0.10 | 2,398 | 2/6/2017 |
2.0.9 | 2,200 | 2/6/2017 |
2.0.8 | 2,530 | 12/21/2016 |
2.0.7 | 2,174 | 11/29/2016 |
2.0.6 | 2,429 | 11/28/2016 |
2.0.5 | 2,187 | 11/27/2016 |
2.0.4 | 2,571 | 11/24/2016 |
2.0.1 | 2,398 | 11/9/2016 |
2.0.0 | 2,704 | 11/9/2016 |
2.0.0-beta0001 | 2,197 | 11/9/2016 |
1.0.0 | 2,667 | 10/14/2016 |
1.0.0-beta0004 | 2,476 | 9/4/2016 |
1.0.0-beta0003 | 2,408 | 9/1/2016 |
1.0.0-beta0002 | 2,388 | 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`