PushSharp 2.2.1

dotnet add package PushSharp --version 2.2.1
NuGet\Install-Package PushSharp -Version 2.2.1
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="PushSharp" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PushSharp --version 2.2.1
#r "nuget: PushSharp, 2.2.1"
#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 PushSharp as a Cake Addin
#addin nuget:?package=PushSharp&version=2.2.1

// Install PushSharp as a Cake Tool
#tool nuget:?package=PushSharp&version=2.2.1

A server-side library for sending Push Notifications to iOS (iPhone/iPad APNS & PassKit), Mac OSX (Mountain Lion+), Android (GCM/C2DM), Chrome (GCM), Windows Phone 7/8, Windows 8, Blackberry, Amazon Device Messaging, and Firefox OS

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.1 31,965 10/15/2014
2.2.0 844 10/14/2014
2.1.2-beta 1,516 8/8/2013
2.1.1-beta 84 5/31/2013
2.1.0-beta 61 5/29/2013
2.0.4 9,518 4/25/2013
2.0.3 360 4/9/2013
2.0.2 67 4/8/2013
2.0.1 119 3/25/2013
2.0.0 91 3/19/2013
1.1.1 472 1/24/2013
1.1.0 55 1/23/2013
1.0.18 120 12/28/2012
1.0.17 386 10/9/2012
1.0.16 54 10/9/2012
1.0.15 113 10/5/2012
1.0.14 66 9/18/2012
1.0.13 57 9/13/2012
1.0.11 66 8/28/2012
1.0.10 61 8/10/2012
1.0.9 57 8/9/2012
1.0.8 55 8/8/2012
1.0.7 58 8/1/2012
1.0.6 55 8/1/2012
1.0.5 85 7/13/2012
1.0.4 52 7/9/2012
1.0.3 56 6/26/2012
1.0.2 53 6/25/2012
1.0.1 61 6/25/2012
1.0.0 64 6/18/2012

2.2.0 - iOS8 Compatibility, APNS Server changes, bugfixes

2.1.2 - Bugfixes, APNS Stability Improvements, APNS Node.js Mock Server, PushBroker Start/Register services per applicationId now possible

2.1.1 - Bugfixes, Google Chrome GCM Support

2.1.0 - Various bugfixes, Blackberry Support, Amazon Device Messaging Support

2.0.4 - Fixed bug causing crash

2.0.3 - Fixed GCM / C2DM bug where expired subscription events weren't fired

2.0.2 - Bugfixes

2.0.1 - Minor bug fixes

2.0.0  - Major release 2.0!
This release will have breaking changes, please see the project site's README for more info!

- PushService was renamed to PushBroker
- PushSharp.Common is now PushSharp.Core
- PushSharp assembly was merged with PushSharp.Core
- PushSharp.Core no longer depends on each specific platform, but each specific platform depends on PushSharp.Core
- Unit Tests are now available using NUnit and Moq
- Push 'Channels' are now less sophisticated and not responsible for handling their own queues, which should result in fewer possible points of failure
- Each specific platform assembly is now dependant on PushSharp.Core
- Scaling logic was greatly improved
- Apple (APNS) more stable and resilient to connection failures
- Various other bugfixes