File tree Expand file tree Collapse file tree
PubNubUnity/Assets/PubNub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- version : v9.1 .0
2+ version : v9.2 .0
33changelog :
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"
Original file line number Diff line number Diff 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 ( ) {
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1- 9.1 .0
1+ 9.2 .0
You can’t perform that action at this time.
0 commit comments