Skip to content

Commit 6b502d1

Browse files
MikeDobrzanpubnub-release-botparfeon
authored
fix: package exporting fix (#91)
* fix: package exporting fix * PubNub SDK 7.0.1 release. * Update .pubnub.yml --------- Co-authored-by: PubNub Release Bot <[email protected]> Co-authored-by: Serhii Mamontov <[email protected]>
1 parent 3ff9b95 commit 6b502d1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.pubnub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
version: 7.0.1
33
changelog:
4-
- date: 2023-09-15
4+
- date: 2023-09-18
55
version: 7.0.1
66
changes:
77
- type: bug
8-
text: "On domain reload, ensure background thread cancellation."
8+
text: "Package exporting fix."
99
- date: 2023-09-01
1010
version: 7.0.0
1111
changes:

PubNubUnity/Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"com.unity.2d.tilemap": "1.0.0",
55
"com.unity.ads": "3.7.5",
66
"com.unity.analytics": "3.6.12",
7+
"com.unity.asset-store-tools": "https://github.com/Unity-Technologies/com.unity.asset-store-tools.git/?path=/com.unity.asset-store-tools/",
78
"com.unity.collab-proxy": "1.17.1",
89
"com.unity.ext.nunit": "1.0.6",
910
"com.unity.ide.rider": "3.0.15",

PubNubUnity/Packages/packages-lock.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
},
3131
"url": "https://packages.unity.com"
3232
},
33+
"com.unity.asset-store-tools": {
34+
"version": "https://github.com/Unity-Technologies/com.unity.asset-store-tools.git/?path=/com.unity.asset-store-tools/",
35+
"depth": 0,
36+
"source": "git",
37+
"dependencies": {},
38+
"hash": "42a65698c4186c03237629f42ba3e8d9d034fe4a"
39+
},
3340
"com.unity.collab-proxy": {
3441
"version": "1.17.1",
3542
"depth": 0,

0 commit comments

Comments
 (0)