PushSharp 2.1.0-beta
See the version list below for details.
dotnet add package PushSharp --version 2.1.0-beta
NuGet\Install-Package PushSharp -Version 2.1.0-beta
<PackageReference Include="PushSharp" Version="2.1.0-beta" />
paket add PushSharp --version 2.1.0-beta
#r "nuget: PushSharp, 2.1.0-beta"
// Install PushSharp as a Cake Addin #addin nuget:?package=PushSharp&version=2.1.0-beta&prerelease // Install PushSharp as a Cake Tool #tool nuget:?package=PushSharp&version=2.1.0-beta&prerelease
A server-side library for sending Push Notifications to iOS (iPhone/iPad APNS & PassKit), Mac OSX (Mountain Lion+), Android (GCM/C2DM), Windows Phone 7/8, Windows 8, Blackberry, Amazon Device Messaging, and FirefoxOS (soon)
Product | Versions 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. |
-
- Microsoft.Net.Http (>= 2.1.6-rc)
- Newtonsoft.Json (>= 4.5.10)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on PushSharp:
Package | Downloads |
---|---|
APMP.AlertService
Description |
|
FSoft.MEAP
All MEAP dlls |
|
BmSoftware.Core.v4
BmSoftware.Core.v4 Library |
|
MasDev.Common.Push.PushSharp
MasDev.Common.Push.PushSharp |
|
EasyPushNotification
Simple Push Notification class library to send notifications to Android and iOS Find configuration information at http://ransandeep.blogspot.in/2013/12/nuget-package-for-push-notification-on.html |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.10 | 2,592,293 | 4/7/2016 |
4.0.8 | 10,222 | 4/5/2016 |
4.0.4 | 10,447 | 3/24/2016 |
4.0.1 | 3,071 | 3/23/2016 |
4.0.0 | 5,178 | 3/19/2016 |
3.0.1.15 | 11,647 | 3/9/2016 |
3.0.1 | 11,867 | 2/21/2016 |
3.0.0-beta64 | 3,206 | 2/3/2016 |
3.0.0-beta63 | 2,899 | 1/15/2016 |
3.0.0-beta62 | 2,036 | 1/13/2016 |
3.0.0-beta53 | 2,017 | 1/7/2016 |
3.0.0-beta38 | 2,042 | 12/26/2015 |
3.0.0-beta37 | 1,877 | 12/15/2015 |
3.0.0-beta36 | 1,987 | 12/12/2015 |
3.0.0-beta32 | 2,125 | 11/24/2015 |
3.0.0-beta31 | 2,466 | 11/9/2015 |
3.0.0-beta30 | 1,824 | 11/9/2015 |
3.0.0-beta29 | 2,612 | 11/3/2015 |
2.2.1 | 434,811 | 10/15/2014 |
2.2.0 | 9,067 | 10/14/2014 |
2.1.2-beta | 8,345 | 8/8/2013 |
2.1.1-beta | 2,568 | 5/31/2013 |
2.1.0-beta | 2,137 | 5/29/2013 |
2.0.4 | 94,753 | 4/25/2013 |
2.0.3 | 4,473 | 4/9/2013 |
2.0.2 | 2,876 | 4/8/2013 |
2.0.1 | 3,604 | 3/25/2013 |
2.0.0 | 3,613 | 3/19/2013 |
1.1.1 | 17,473 | 1/24/2013 |
1.1.0 | 2,772 | 1/23/2013 |
1.0.18 | 3,453 | 12/28/2012 |
1.0.17 | 22,901 | 10/9/2012 |
1.0.16 | 2,724 | 10/9/2012 |
1.0.15 | 2,816 | 10/5/2012 |
1.0.14 | 2,817 | 9/18/2012 |
1.0.13 | 2,683 | 9/13/2012 |
1.0.11 | 3,617 | 8/28/2012 |
1.0.10 | 2,918 | 8/10/2012 |
1.0.9 | 2,702 | 8/9/2012 |
1.0.8 | 2,714 | 8/8/2012 |
1.0.7 | 2,750 | 8/1/2012 |
1.0.6 | 2,784 | 8/1/2012 |
1.0.5 | 2,830 | 7/13/2012 |
1.0.4 | 2,682 | 7/9/2012 |
1.0.3 | 2,838 | 6/26/2012 |
1.0.2 | 2,780 | 6/25/2012 |
1.0.1 | 2,648 | 6/25/2012 |
1.0.0 | 2,546 | 6/18/2012 |
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