File tree 4 files changed +42
-4
lines changed
4 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 28
28
"scopes" : [
29
29
" org.nuget"
30
30
]
31
+ },
32
+ {
33
+ "name" : " TryApp NuGet" ,
34
+ "url" : " http://localhost:5050/" ,
35
+ "scopes" : [
36
+ " org.nuget.memorypack"
37
+ ],
38
+ "overrideBuiltIns" : true
31
39
}
32
40
]
33
41
}
Original file line number Diff line number Diff line change 121
121
"locator.api" : " 0.1.0"
122
122
}
123
123
},
124
+ "org.nuget.memorypack.core" : {
125
+ "version" : " 1.21.4" ,
126
+ "depth" : 1 ,
127
+ "source" : " registry" ,
128
+ "dependencies" : {
129
+ "org.nuget.system.collections.immutable" : " 6.0.0" ,
130
+ "org.nuget.system.runtime.compilerservices.unsafe" : " 6.0.0"
131
+ },
132
+ "url" : " http://localhost:5050"
133
+ },
124
134
"org.nuget.microsoft.bcl.asyncinterfaces" : {
125
135
"version" : " 9.0.4" ,
126
136
"depth" : 2 ,
204
214
"dependencies" : {},
205
215
"url" : " https://unitynuget-registry.openupm.com"
206
216
},
217
+ "org.nuget.system.collections.immutable" : {
218
+ "version" : " 6.0.0" ,
219
+ "depth" : 2 ,
220
+ "source" : " registry" ,
221
+ "dependencies" : {
222
+ "org.nuget.system.runtime.compilerservices.unsafe" : " 6.0.0" ,
223
+ "org.nuget.system.memory" : " 4.5.4"
224
+ },
225
+ "url" : " https://unitynuget-registry.openupm.com"
226
+ },
207
227
"org.nuget.system.componentmodel.annotations" : {
208
228
"version" : " 5.0.0" ,
209
229
"depth" : 3 ,
338
358
"depth" : 0 ,
339
359
"source" : " local" ,
340
360
"dependencies" : {
341
- "shared.sys" : " 0.1.0"
361
+ "shared.sys" : " 0.1.0" ,
362
+ "org.nuget.memorypack.core" : " 1.21.4"
342
363
}
343
364
},
344
365
"shared.web" : {
Original file line number Diff line number Diff line change @@ -35,11 +35,19 @@ MonoBehaviour:
35
35
m_IsDefault : 0
36
36
m_Capabilities : 0
37
37
m_ConfigSource : 4
38
- m_UserSelectedRegistryName : Unity NuGet
38
+ - m_Id : scoped:project:TryApp NuGet
39
+ m_Name : TryApp NuGet
40
+ m_Url : http://localhost:5050
41
+ m_Scopes :
42
+ - org.nuget.memorypack
43
+ m_IsDefault : 0
44
+ m_Capabilities : 0
45
+ m_ConfigSource : 4
46
+ m_UserSelectedRegistryName : TryApp NuGet
39
47
m_UserAddingNewScopedRegistry : 0
40
48
m_RegistryInfoDraft :
41
49
m_Modified : 0
42
50
m_ErrorMessage :
43
- m_UserModificationsInstanceId : -862
51
+ m_UserModificationsInstanceId : -864
44
52
m_OriginalInstanceId : -866
45
53
m_LoadAssets : 0
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"displayName" : " Shared.Tp" ,
5
5
"dependencies" : {
6
- "shared.sys" : " 0.1.0"
6
+ "shared.sys" : " 0.1.0" ,
7
+ "org.nuget.memorypack.core" : " 1.21.4"
7
8
}
8
9
}
You can’t perform that action at this time.
0 commit comments