Skip to content

Commit 1505b24

Browse files
committed
Update to 2020.3.0f1
1 parent 8d81738 commit 1505b24

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

Packages/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"dependencies": {
33
"com.unity.collab-proxy": "1.3.9",
44
"com.unity.ide.rider": "2.0.7",
5-
"com.unity.ide.visualstudio": "2.0.5",
5+
"com.unity.ide.visualstudio": "2.0.7",
66
"com.unity.ide.vscode": "1.2.3",
7-
"com.unity.test-framework": "1.1.19",
7+
"com.unity.test-framework": "1.1.22",
88
"com.unity.textmeshpro": "3.0.1",
99
"com.unity.ugui": "1.0.0",
1010
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://packages.unity.com"
99
},
1010
"com.unity.ext.nunit": {
11-
"version": "1.0.5",
11+
"version": "1.0.6",
1212
"depth": 1,
1313
"source": "registry",
1414
"dependencies": {},
@@ -24,10 +24,12 @@
2424
"url": "https://packages.unity.com"
2525
},
2626
"com.unity.ide.visualstudio": {
27-
"version": "2.0.5",
27+
"version": "2.0.7",
2828
"depth": 0,
2929
"source": "registry",
30-
"dependencies": {},
30+
"dependencies": {
31+
"com.unity.test-framework": "1.1.9"
32+
},
3133
"url": "https://packages.unity.com"
3234
},
3335
"com.unity.ide.vscode": {
@@ -38,11 +40,11 @@
3840
"url": "https://packages.unity.com"
3941
},
4042
"com.unity.test-framework": {
41-
"version": "1.1.19",
43+
"version": "1.1.22",
4244
"depth": 0,
4345
"source": "registry",
4446
"dependencies": {
45-
"com.unity.ext.nunit": "1.0.5",
47+
"com.unity.ext.nunit": "1.0.6",
4648
"com.unity.modules.imgui": "1.0.0",
4749
"com.unity.modules.jsonserialize": "1.0.0"
4850
},

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.2.0f1
2-
m_EditorVersionWithRevision: 2020.2.0f1 (3721df5a8b28)
1+
m_EditorVersion: 2020.3.0f1
2+
m_EditorVersionWithRevision: 2020.3.0f1 (c7b5465681fb)

0 commit comments

Comments
 (0)