PushBulletSharp 2.2.1
See the version list below for details.
dotnet add package PushBulletSharp --version 2.2.1
NuGet\Install-Package PushBulletSharp -Version 2.2.1
<PackageReference Include="PushBulletSharp" Version="2.2.1" />
paket add PushBulletSharp --version 2.2.1
#r "nuget: PushBulletSharp, 2.2.1"
// Install PushBulletSharp as a Cake Addin #addin nuget:?package=PushBulletSharp&version=2.2.1 // Install PushBulletSharp as a Cake Tool #tool nuget:?package=PushBulletSharp&version=2.2.1
A simple C# wrapper to PushBullet's HTTP API.
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 |
---|---|---|
3.1.0 | 10,950 | 1/24/2018 |
3.0.1 | 3,957 | 11/8/2016 |
3.0.0 | 1,261 | 11/8/2016 |
2.3.3 | 13,204 | 1/6/2016 |
2.3.2 | 1,713 | 10/26/2015 |
2.3.1 | 1,665 | 10/16/2015 |
2.3.0 | 1,329 | 10/15/2015 |
2.2.1 | 1,609 | 10/8/2015 |
2.2.0 | 2,068 | 10/8/2015 |
2.1.1 | 1,727 | 8/31/2015 |
2.1.0 | 1,535 | 8/23/2015 |
2.0.0 | 1,683 | 5/25/2015 |
1.5.0 | 1,589 | 3/26/2015 |
1.4.1 | 1,397 | 3/21/2015 |
1.4.0 | 1,904 | 10/19/2014 |
1.3.0 | 1,293 | 10/5/2014 |
1.2.1 | 1,302 | 9/15/2014 |
1.2.0 | 1,533 | 9/14/2014 |
1.1.0 | 1,542 | 9/14/2014 |
1.0.0 | 1,491 | 9/14/2014 |
HotFix for 2.2.0. This fix corrects issues when trying to push via ChannelTag. Small update to the User object as well (now includes MaxUploadSize and Preferences).
Notes from 2.2.0: This update includes ChannelTag and ClientIden on Push requests. A big thanks to github user Mitch528 for making this update and submitting a pull request. Also, thank you to all users who submit issues via github. It really helps out!