PushBulletSharp 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PushBulletSharp --version 2.0.0
                    
NuGet\Install-Package PushBulletSharp -Version 2.0.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="PushBulletSharp" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PushBulletSharp" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="PushBulletSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PushBulletSharp --version 2.0.0
                    
#r "nuget: PushBulletSharp, 2.0.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.
#:package PushBulletSharp@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PushBulletSharp&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=PushBulletSharp&version=2.0.0
                    
Install as a Cake Tool

A simple C# wrapper to PushBullet's HTTP API.

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
3.1.0 11,837 1/24/2018
3.0.1 4,429 11/8/2016
3.0.0 1,611 11/8/2016
2.3.3 13,445 1/6/2016
2.3.2 2,315 10/26/2015
2.3.1 2,274 10/16/2015
2.3.0 1,817 10/15/2015
2.2.1 2,221 10/8/2015
2.2.0 2,674 10/8/2015
2.1.1 2,346 8/31/2015
2.1.0 2,139 8/23/2015
2.0.0 2,289 5/25/2015
1.5.0 2,081 3/26/2015
1.4.1 1,888 3/21/2015
1.4.0 2,534 10/19/2014
1.3.0 1,666 10/5/2014
1.2.1 1,666 9/15/2014
1.2.0 2,034 9/14/2014
1.1.0 2,039 9/14/2014
1.0.0 1,989 9/14/2014

PushbulletSharp is now a portable library! This will allow anyone to easily build Windows Universal apps. Version 2 also introduces GetPushes which allows you to filter pushes with a PushResponseFilter object. With this update comes loads of changes to model properties across the board. You will have to update your applications to use this new version (and for that I am sorry). Please take a look at the GitHub repo for wiki updates and check out the Test library for examples on how to use this new version.