Skip to content

Commit 1477f64

Browse files
committed
tp - data mem add dep to local unitynuget service for memorypack nuget package until isn't served privately or accepted publically
* bdovaz/UnityNuGet#519 * bdovaz/UnityNuGet#520
1 parent 725f5a1 commit 1477f64

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed

src/App/Client/Packages/manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@
2828
"scopes": [
2929
"org.nuget"
3030
]
31+
},
32+
{
33+
"name": "TryApp NuGet",
34+
"url": "http://localhost:5050/",
35+
"scopes": [
36+
"org.nuget.memorypack"
37+
],
38+
"overrideBuiltIns": true
3139
}
3240
]
3341
}

src/App/Client/Packages/packages-lock.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,16 @@
121121
"locator.api": "0.1.0"
122122
}
123123
},
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+
},
124134
"org.nuget.microsoft.bcl.asyncinterfaces": {
125135
"version": "9.0.4",
126136
"depth": 2,
@@ -204,6 +214,16 @@
204214
"dependencies": {},
205215
"url": "https://unitynuget-registry.openupm.com"
206216
},
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+
},
207227
"org.nuget.system.componentmodel.annotations": {
208228
"version": "5.0.0",
209229
"depth": 3,
@@ -338,7 +358,8 @@
338358
"depth": 0,
339359
"source": "local",
340360
"dependencies": {
341-
"shared.sys": "0.1.0"
361+
"shared.sys": "0.1.0",
362+
"org.nuget.memorypack.core": "1.21.4"
342363
}
343364
},
344365
"shared.web": {

src/App/Client/ProjectSettings/PackageManagerSettings.asset

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,19 @@ MonoBehaviour:
3535
m_IsDefault: 0
3636
m_Capabilities: 0
3737
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
3947
m_UserAddingNewScopedRegistry: 0
4048
m_RegistryInfoDraft:
4149
m_Modified: 0
4250
m_ErrorMessage:
43-
m_UserModificationsInstanceId: -862
51+
m_UserModificationsInstanceId: -864
4452
m_OriginalInstanceId: -866
4553
m_LoadAssets: 0

src/Shared/Shared.Tp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"displayName": "Shared.Tp",
55
"dependencies": {
6-
"shared.sys": "0.1.0"
6+
"shared.sys": "0.1.0",
7+
"org.nuget.memorypack.core": "1.21.4"
78
}
89
}

0 commit comments

Comments
 (0)