PubnubASPNET 3.7.0-rc2

This is a prerelease version of PubnubASPNET.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package PubnubASPNET --version 3.7.0-rc2
NuGet\Install-Package PubnubASPNET -Version 3.7.0-rc2
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="PubnubASPNET" Version="3.7.0-rc2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PubnubASPNET --version 3.7.0-rc2
#r "nuget: PubnubASPNET, 3.7.0-rc2"
#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 PubnubASPNET as a Cake Addin
#addin nuget:?package=PubnubASPNET&version=3.7.0-rc2&prerelease

// Install PubnubASPNET as a Cake Tool
#tool nuget:?package=PubnubASPNET&version=3.7.0-rc2&prerelease

PubNub allows you to securely connect mobile phones, tablets, laptops, desktops and other clients outside of your cloud. PubNub provides the connectivity from your cloud to push data to end clients (phones, tablets, laptops and servers). This is called Real-time Data Push, or Push Notifications.

PubNub removes the need for your client apps to constantly poll your cloud for new updates. So you can push data from a Server to a Client. And also you may push data from one Server to another Server, just like Azure ServiceBus ESB.

Another option is available for a Mobile Phone to Push Data to another Mobile Phone or any endpoint. With PubNub this becomes easy using the two basic Publish/Subscribe APIs.

Additionally PubNub provides automatic Broadcasting. When multiple clients/servers/phones are subscribed to a single channel, each endpoint receives a published message simultaneously.

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

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

. Added pnsdk and UUID params
. Provided option to store published message or not in history
. Implemented Push notification feature supporting MPNS for windows phone 8 client.
. Implemented Channel Groups
. Fixed issue where null keys were not handled properly

Supports .net 3.5/4.0/4.5/WP7.1/WP8/WP8.1/SL5/Window Store 8.0/8.1
For more information, please check https://github.com/pubnub/c-sharp/blob/master/csharp.net/README.md