File tree 7 files changed +10
-30
lines changed
io.savolainen.unitygit/Core/Services
Packages/com.unity.testtools.codecoverage
7 files changed +10
-30
lines changed Original file line number Diff line number Diff line change 18
18
unityVersion :
19
19
- 2021.3.3f1
20
20
- 2021.3.45f1
21
- - 2022.3.50f1
22
- - 6000.0.23f1
21
+ - 2022.3.53f1
22
+ - 6000.0.29f1
23
23
targetPlatform :
24
24
- StandaloneLinux64
25
25
- StandaloneWindows64
Original file line number Diff line number Diff line change @@ -88,7 +88,10 @@ private void RemoveInvalidRepositories(IList<IRepository> repositories)
88
88
}
89
89
90
90
foreach ( var index in indexesToRemove )
91
+ {
92
+ repositories [ index ] . Dispose ( ) ;
91
93
repositories . RemoveAt ( index ) ;
94
+ }
92
95
}
93
96
}
94
97
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"com.marijnzwemmer.unity-toolbar-extender" : " 1.4.2" ,
4
- "com.unity.ide.rider" : " 3.0.31 " ,
4
+ "com.unity.ide.rider" : " 3.0.34 " ,
5
5
"com.unity.ide.visualstudio" : " 2.0.22" ,
6
6
"com.unity.ide.vscode" : " 1.2.5" ,
7
7
"com.unity.test-framework" : " 1.1.33" ,
8
8
"com.unity.testtools.codecoverage" : " 1.2.6" ,
9
- "com.unity.textmeshpro" : " 3.0.7" ,
10
9
"com.unity.ugui" : " 1.0.0" ,
11
10
"io.savolainen.uicomponents" : " 1.0.0-beta.9" ,
12
11
"com.unity.modules.ai" : " 1.0.0" ,
Original file line number Diff line number Diff line change 15
15
"url" : " https://packages.unity.com"
16
16
},
17
17
"com.unity.ide.rider" : {
18
- "version" : " 3.0.31 " ,
18
+ "version" : " 3.0.34 " ,
19
19
"depth" : 0 ,
20
20
"source" : " registry" ,
21
21
"dependencies" : {
40
40
"url" : " https://packages.unity.com"
41
41
},
42
42
"com.unity.settings-manager" : {
43
- "version" : " 1 .0.3 " ,
43
+ "version" : " 2 .0.1 " ,
44
44
"depth" : 1 ,
45
45
"source" : " registry" ,
46
46
"dependencies" : {},
67
67
},
68
68
"url" : " https://packages.unity.com"
69
69
},
70
- "com.unity.textmeshpro" : {
71
- "version" : " 3.0.7" ,
72
- "depth" : 0 ,
73
- "source" : " registry" ,
74
- "dependencies" : {
75
- "com.unity.ugui" : " 1.0.0"
76
- },
77
- "url" : " https://packages.unity.com"
78
- },
79
70
"com.unity.ugui" : {
80
71
"version" : " 1.0.0" ,
81
72
"depth" : 0 ,
247
238
"version" : " 1.0.0" ,
248
239
"depth" : 0 ,
249
240
"source" : " builtin" ,
250
- "dependencies" : {
251
- "com.unity.modules.ui" : " 1.0.0" ,
252
- "com.unity.modules.imgui" : " 1.0.0" ,
253
- "com.unity.modules.jsonserialize" : " 1.0.0" ,
254
- "com.unity.modules.uielementsnative" : " 1.0.0"
255
- }
256
- },
257
- "com.unity.modules.uielementsnative" : {
258
- "version" : " 1.0.0" ,
259
- "depth" : 1 ,
260
- "source" : " builtin" ,
261
241
"dependencies" : {
262
242
"com.unity.modules.ui" : " 1.0.0" ,
263
243
"com.unity.modules.imgui" : " 1.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "m_Name" : " Settings" ,
3
- "m_Path" : " ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json" ,
4
2
"m_Dictionary" : {
5
3
"m_DictionaryValues" : [
6
4
{
Original file line number Diff line number Diff line change 1
- m_EditorVersion: 2021 .3.45f1
2
- m_EditorVersionWithRevision: 2021 .3.45f1 (0da89fac8e79 )
1
+ m_EditorVersion: 2022 .3.53f1
2
+ m_EditorVersionWithRevision: 2022 .3.53f1 (df4e529d20d3 )
You can’t perform that action at this time.
0 commit comments