Pubnub 8.2.1

dotnet add package Pubnub --version 8.2.1
                    
NuGet\Install-Package Pubnub -Version 8.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="Pubnub" Version="8.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pubnub" Version="8.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Pubnub" />
                    
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 Pubnub --version 8.2.1
                    
#r "nuget: Pubnub, 8.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.
#:package Pubnub@8.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pubnub&version=8.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Pubnub&version=8.2.1
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2.1 124 6/1/2026
8.2.0 240 5/18/2026
8.1.0 3,759 12/18/2025
8.0.4 1,455 12/4/2025
8.0.3 1,547 11/20/2025
8.0.2 791 11/18/2025
8.0.1 1,434 11/4/2025
8.0.0 906 10/28/2025
7.5.0 97,101 9/2/2025
7.4.1 1,534 7/31/2025
7.4.0 1,369 7/23/2025
7.3.15 1,086 7/3/2025
7.3.14 683 6/26/2025
7.3.13 961 6/6/2025
7.3.12 627 5/30/2025
7.3.11 1,990 5/22/2025
7.3.10 790 5/9/2025
7.3.9 607 5/9/2025
7.3.8 1,492 4/8/2025
7.3.7 660 4/7/2025
Loading failed

Fixes issue of hereNow returning incorrect Occupancy when Occupancy count value is omitted from the response of single channel hereNow call.
Fix for `HereNow` omitting the channel entry for an empty channel when UUIDs are included.