Skip to content

Commit fb48812

Browse files
committed
bump unity and package version
1 parent ec8c182 commit fb48812

6 files changed

Lines changed: 21 additions & 41 deletions

File tree

512 Bytes
Binary file not shown.

LinqGen.Unity/Packages/com.cathei.linqgen/Runtime/Core/Stubs/StubExtensions.Evaluations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static int MaxBy<T, TUp, TKey>(this IStub<IEnumerable<T>, TUp> enumerable
139139
throw new NotImplementedException();
140140
}
141141

142-
public static T Any<T, TUp>(this IStub<IEnumerable<T>, TUp> enumerable)
142+
public static bool Any<T, TUp>(this IStub<IEnumerable<T>, TUp> enumerable)
143143
{
144144
throw new NotImplementedException();
145145
}

LinqGen.Unity/Packages/com.cathei.linqgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Maxwell Keonwoo Kang"
66
},
7-
"version": "0.2.3",
7+
"version": "0.2.4",
88
"unity": "2020.3",
99
"description": "Fast Linq-to-object source generator",
1010
"license": "MIT",

LinqGen.Unity/Packages/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"dependencies": {
33
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
44
"com.unity.burst": "1.6.6",
5-
"com.unity.collab-proxy": "1.17.7",
5+
"com.unity.collab-proxy": "2.0.4",
66
"com.unity.collections": "1.2.4",
77
"com.unity.feature.development": "1.0.1",
8-
"com.unity.ide.rider": "3.0.18",
9-
"com.unity.ide.visualstudio": "2.0.16",
8+
"com.unity.ide.rider": "3.0.21",
9+
"com.unity.ide.visualstudio": "2.0.18",
1010
"com.unity.ide.vscode": "1.2.5",
1111
"com.unity.test-framework": "1.1.31",
1212
"com.unity.textmeshpro": "3.0.6",
13-
"com.unity.timeline": "1.6.4",
13+
"com.unity.timeline": "1.6.5",
1414
"com.unity.ugui": "1.0.0",
15-
"com.unity.visualscripting": "1.7.8",
15+
"com.unity.visualscripting": "1.8.0",
1616
"com.unity.modules.ai": "1.0.0",
1717
"com.unity.modules.androidjni": "1.0.0",
1818
"com.unity.modules.animation": "1.0.0",

LinqGen.Unity/Packages/packages-lock.json

Lines changed: 12 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@
2525
"url": "https://packages.unity.com"
2626
},
2727
"com.unity.collab-proxy": {
28-
"version": "1.17.7",
28+
"version": "2.0.4",
2929
"depth": 0,
3030
"source": "registry",
31-
"dependencies": {
32-
"com.unity.services.core": "1.0.1"
33-
},
31+
"dependencies": {},
3432
"url": "https://packages.unity.com"
3533
},
3634
"com.unity.collections": {
@@ -62,17 +60,17 @@
6260
"depth": 0,
6361
"source": "builtin",
6462
"dependencies": {
65-
"com.unity.ide.visualstudio": "2.0.16",
66-
"com.unity.ide.rider": "3.0.16",
63+
"com.unity.ide.visualstudio": "2.0.18",
64+
"com.unity.ide.rider": "3.0.21",
6765
"com.unity.ide.vscode": "1.2.5",
6866
"com.unity.editorcoroutines": "1.0.0",
69-
"com.unity.performance.profile-analyzer": "1.1.1",
67+
"com.unity.performance.profile-analyzer": "1.2.2",
7068
"com.unity.test-framework": "1.1.31",
71-
"com.unity.testtools.codecoverage": "1.2.2"
69+
"com.unity.testtools.codecoverage": "1.2.3"
7270
}
7371
},
7472
"com.unity.ide.rider": {
75-
"version": "3.0.18",
73+
"version": "3.0.21",
7674
"depth": 0,
7775
"source": "registry",
7876
"dependencies": {
@@ -81,7 +79,7 @@
8179
"url": "https://packages.unity.com"
8280
},
8381
"com.unity.ide.visualstudio": {
84-
"version": "2.0.16",
82+
"version": "2.0.18",
8583
"depth": 0,
8684
"source": "registry",
8785
"dependencies": {
@@ -103,31 +101,13 @@
103101
"dependencies": {},
104102
"url": "https://packages.unity.com"
105103
},
106-
"com.unity.nuget.newtonsoft-json": {
107-
"version": "3.0.2",
108-
"depth": 2,
109-
"source": "registry",
110-
"dependencies": {},
111-
"url": "https://packages.unity.com"
112-
},
113104
"com.unity.performance.profile-analyzer": {
114-
"version": "1.1.1",
105+
"version": "1.2.2",
115106
"depth": 1,
116107
"source": "registry",
117108
"dependencies": {},
118109
"url": "https://packages.unity.com"
119110
},
120-
"com.unity.services.core": {
121-
"version": "1.6.0",
122-
"depth": 1,
123-
"source": "registry",
124-
"dependencies": {
125-
"com.unity.modules.unitywebrequest": "1.0.0",
126-
"com.unity.nuget.newtonsoft-json": "3.0.2",
127-
"com.unity.modules.androidjni": "1.0.0"
128-
},
129-
"url": "https://packages.unity.com"
130-
},
131111
"com.unity.settings-manager": {
132112
"version": "1.0.3",
133113
"depth": 2,
@@ -147,7 +127,7 @@
147127
"url": "https://packages.unity.com"
148128
},
149129
"com.unity.testtools.codecoverage": {
150-
"version": "1.2.2",
130+
"version": "1.2.3",
151131
"depth": 1,
152132
"source": "registry",
153133
"dependencies": {
@@ -166,7 +146,7 @@
166146
"url": "https://packages.unity.com"
167147
},
168148
"com.unity.timeline": {
169-
"version": "1.6.4",
149+
"version": "1.6.5",
170150
"depth": 0,
171151
"source": "registry",
172152
"dependencies": {
@@ -187,7 +167,7 @@
187167
}
188168
},
189169
"com.unity.visualscripting": {
190-
"version": "1.7.8",
170+
"version": "1.8.0",
191171
"depth": 0,
192172
"source": "registry",
193173
"dependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.15f1
2-
m_EditorVersionWithRevision: 2021.3.15f1 (e8e88683f834)
1+
m_EditorVersion: 2021.3.25f1
2+
m_EditorVersionWithRevision: 2021.3.25f1 (68ef2c4f8861)

0 commit comments

Comments
 (0)