Pubnub 8.3.0
See the version list below for details.
dotnet add package Pubnub --version 8.3.0
NuGet\Install-Package Pubnub -Version 8.3.0
<PackageReference Include="Pubnub" Version="8.3.0" />
<PackageVersion Include="Pubnub" Version="8.3.0" />
<PackageReference Include="Pubnub" />
paket add Pubnub --version 8.3.0
#r "nuget: Pubnub, 8.3.0"
#:package Pubnub@8.3.0
#addin nuget:?package=Pubnub&version=8.3.0
#tool nuget:?package=Pubnub&version=8.3.0
PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Pubnub:
| Package | Downloads |
|---|---|
|
RingCentral.Net.Pubnub
RingCentral SDK for .NET, Pubnub |
|
|
MicroLite.Messaging.EventFeed
event feed using pubnub. |
|
|
CT.PubSub
A library for enhancing the use of PubNub's C# APIs in CTI's .NET applications |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.3.4 | 134 | 7/29/2026 |
| 8.3.3 | 684 | 7/21/2026 |
| 8.3.2 | 165 | 7/15/2026 |
| 8.3.1 | 567 | 7/7/2026 |
| 8.3.0 | 33,549 | 6/9/2026 |
| 8.2.1 | 321 | 6/1/2026 |
| 8.2.0 | 289 | 5/18/2026 |
| 8.1.0 | 5,062 | 12/18/2025 |
| 8.0.4 | 3,039 | 12/4/2025 |
| 8.0.3 | 1,800 | 11/20/2025 |
| 8.0.2 | 1,009 | 11/18/2025 |
| 8.0.1 | 1,800 | 11/4/2025 |
| 8.0.0 | 1,129 | 10/28/2025 |
| 7.5.0 | 106,228 | 9/2/2025 |
| 7.4.1 | 1,764 | 7/31/2025 |
| 7.4.0 | 1,605 | 7/23/2025 |
| 7.3.15 | 1,330 | 7/3/2025 |
| 7.3.14 | 897 | 6/26/2025 |
| 7.3.13 | 1,177 | 6/6/2025 |
| 7.3.12 | 852 | 5/30/2025 |
Added a EnableHttp2 flag to the config which if set to true (the default value) will make all calls in the HttpClientService request Http/2 by default and fall back to Http/1.1 if not available on the origin.