Skip to content

Commit e187600

Browse files
committed
Update to 2021.2.0f1
1 parent 35a45c5 commit e187600

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.7.1",
3+
"com.unity.collab-proxy": "1.13.5",
44
"com.unity.connect.share": "4.2.2",
55
"com.unity.ide.rider": "3.0.7",
6-
"com.unity.ide.visualstudio": "2.0.9",
7-
"com.unity.ide.vscode": "1.2.3",
8-
"com.unity.test-framework": "1.1.26",
6+
"com.unity.ide.visualstudio": "2.0.11",
7+
"com.unity.ide.vscode": "1.2.4",
8+
"com.unity.test-framework": "1.1.29",
99
"com.unity.textmeshpro": "3.0.6",
1010
"com.unity.ugui": "1.0.0",
1111
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"dependencies": {
33
"com.unity.collab-proxy": {
4-
"version": "1.7.1",
4+
"version": "1.13.5",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.nuget.newtonsoft-json": "2.0.0"
8+
"com.unity.nuget.newtonsoft-json": "2.0.0",
9+
"com.unity.services.core": "1.0.1"
910
},
1011
"url": "https://packages.unity.com"
1112
},
@@ -43,7 +44,7 @@
4344
"url": "https://packages.unity.com"
4445
},
4546
"com.unity.ide.visualstudio": {
46-
"version": "2.0.9",
47+
"version": "2.0.11",
4748
"depth": 0,
4849
"source": "registry",
4950
"dependencies": {
@@ -52,7 +53,7 @@
5253
"url": "https://packages.unity.com"
5354
},
5455
"com.unity.ide.vscode": {
55-
"version": "1.2.3",
56+
"version": "1.2.4",
5657
"depth": 0,
5758
"source": "registry",
5859
"dependencies": {},
@@ -65,15 +66,24 @@
6566
"dependencies": {},
6667
"url": "https://packages.unity.com"
6768
},
69+
"com.unity.services.core": {
70+
"version": "1.0.1",
71+
"depth": 1,
72+
"source": "registry",
73+
"dependencies": {
74+
"com.unity.modules.unitywebrequest": "1.0.0"
75+
},
76+
"url": "https://packages.unity.com"
77+
},
6878
"com.unity.settings-manager": {
69-
"version": "1.0.2",
79+
"version": "1.0.3",
7080
"depth": 1,
7181
"source": "registry",
7282
"dependencies": {},
7383
"url": "https://packages.unity.com"
7484
},
7585
"com.unity.test-framework": {
76-
"version": "1.1.26",
86+
"version": "1.1.29",
7787
"depth": 0,
7888
"source": "registry",
7989
"dependencies": {

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.3.12f1
2-
m_EditorVersionWithRevision: 2020.3.12f1 (b3b2c6512326)
1+
m_EditorVersion: 2021.2.0f1
2+
m_EditorVersionWithRevision: 2021.2.0f1 (4bf1ec4b23c9)

0 commit comments

Comments
 (0)