Skip to content

Commit 8aeb90b

Browse files
Fix for hard-coded nu-get Newtonsoft usage in C# SDK causing Unity IL2CPP builds to crash (#104)
* fix: stop using nu-get Newtonsoft version incompatible with IL2CPP and use the Unity provided one * Update PubNub DLL to latest release * PubNub SDK v7.2.1 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
1 parent 089eb55 commit 8aeb90b

File tree

7 files changed

+585
-5
lines changed

7 files changed

+585
-5
lines changed

.pubnub.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
version: v7.2.0
2+
version: v7.2.1
33
changelog:
4+
- date: 2024-05-09
5+
version: v7.2.1
6+
changes:
7+
- type: bug
8+
text: "Fixes issue of Unity SDK not being able to have a fully independent IJsonPluggableLibrary implementation because of direct nu-get Newtonsoft usage in C# SDK (Unity has it's own version that works with IL2CPP builds)."
49
- date: 2024-04-18
510
version: v7.2.0
611
changes:
@@ -721,7 +726,7 @@ sdks:
721726
distribution-type: package
722727
distribution-repository: git release
723728
package-name: PubNub.unitypackage
724-
location: https://github.com/pubnub/unity/releases/download/v7.2.0/PubNub.unitypackage
729+
location: https://github.com/pubnub/unity/releases/download/v7.2.1/PubNub.unitypackage
725730
requires:
726731
-
727732
name: "UnityEditor"
@@ -888,7 +893,7 @@ sdks:
888893
distribution-type: package
889894
distribution-repository: git release
890895
package-name: PubNub.unitypackage
891-
location: https://github.com/pubnub/unity/releases/download/v7.2.0/PubNub.unitypackage
896+
location: https://github.com/pubnub/unity/releases/download/v7.2.1/PubNub.unitypackage
892897
requires:
893898
-
894899
name: "UnityEditor"
Binary file not shown.

0 commit comments

Comments
 (0)