Skip to content

Commit 3014a68

Browse files
PubNub SDK v9.2.0 release.
1 parent 4abedb9 commit 3014a68

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

.pubnub.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
version: v9.1.0
2+
version: v9.2.0
33
changelog:
4+
- date: 2025-10-02
5+
version: v9.2.0
6+
changes:
7+
- type: feature
8+
text: "Updated the C# SDK dependency to latest version (7.5.0)."
49
- date: 2025-07-08
510
version: v9.1.0
611
changes:
@@ -790,7 +795,7 @@ sdks:
790795
distribution-type: package
791796
distribution-repository: git release
792797
package-name: PubNub.unitypackage
793-
location: https://github.com/pubnub/unity/releases/download/v9.1.0/PubNub.unitypackage
798+
location: https://github.com/pubnub/unity/releases/download/v9.2.0/PubNub.unitypackage
794799
requires:
795800
-
796801
name: "UnityEditor"
@@ -922,7 +927,7 @@ sdks:
922927
distribution-type: package
923928
distribution-repository: git release
924929
package-name: PubNub.unitypackage
925-
location: https://github.com/pubnub/unity/releases/download/v9.1.0/PubNub.unitypackage
930+
location: https://github.com/pubnub/unity/releases/download/v9.2.0/PubNub.unitypackage
926931
requires:
927932
-
928933
name: "UnityEditor"

PubNubUnity/Assets/PubNub/Runtime/Util/UnityPNSDKSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace PubnubApi.Unity
55
{
66
public class UnityPNSDKSource : IPNSDKSource {
77

8-
private const string build = "9.1.0";
8+
private const string build = "9.2.0";
99
public string Build => build;
1010

1111
public string GetPNSDK() {

PubNubUnity/Assets/PubNub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.pubnub.sdk",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"displayName": "PubNub SDK",
55
"description": "PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks",
66
"unity": "2018.2",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.1.0
1+
9.2.0

0 commit comments

Comments
 (0)