PushBulletSharp 1.1.0

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

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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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,581 1/24/2018
3.0.1 4,201 11/8/2016
3.0.0 1,436 11/8/2016
2.3.3 13,323 1/6/2016
2.3.2 2,027 10/26/2015
2.3.1 1,976 10/16/2015
2.3.0 1,576 10/15/2015
2.2.1 1,923 10/8/2015
2.2.0 2,378 10/8/2015
2.1.1 2,044 8/31/2015
2.1.0 1,853 8/23/2015
2.0.0 2,002 5/25/2015
1.5.0 1,844 3/26/2015
1.4.1 1,653 3/21/2015
1.4.0 2,235 10/19/2014
1.3.0 1,484 10/5/2014
1.2.1 1,490 9/15/2014
1.2.0 1,793 9/14/2014
1.1.0 1,804 9/14/2014
1.0.0 1,751 9/14/2014

Added request validation to the push file method.