upregistry 1.0.63 → 1.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Microsoft.Extensions.Configuration.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.Configuration.Binder.dll +0 -0
- package/dist/Microsoft.Extensions.Configuration.dll +0 -0
- package/dist/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.DependencyInjection.dll +0 -0
- package/dist/Microsoft.Extensions.Diagnostics.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- package/dist/Microsoft.Extensions.Logging.Configuration.dll +0 -0
- package/dist/Microsoft.Extensions.Logging.dll +0 -0
- package/dist/Microsoft.Extensions.Options.ConfigurationExtensions.dll +0 -0
- package/dist/Microsoft.Extensions.Options.dll +0 -0
- package/dist/Microsoft.Extensions.Primitives.dll +0 -0
- package/dist/NetEscapades.EnumGenerators.Attributes.dll +0 -0
- package/dist/NetEscapades.EnumGenerators.RuntimeDependencies.dll +0 -0
- package/dist/NuGet.Versioning.dll +0 -0
- package/dist/OpenTelemetry.Api.ProviderBuilderExtensions.dll +0 -0
- package/dist/OpenTelemetry.Api.dll +0 -0
- package/dist/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll +0 -0
- package/dist/OpenTelemetry.dll +0 -0
- package/dist/upai.deps.json +182 -181
- package/dist/upai.dll +0 -0
- package/dist/upai.exe +0 -0
- package/dist/upai.pdb +0 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/OpenTelemetry.dll
CHANGED
|
Binary file
|
package/dist/upai.deps.json
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
9
|
"upai/1.0.0": {
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"Microsoft.Extensions.DependencyInjection": "10.0.
|
|
12
|
-
"NetEscapades.EnumGenerators": "1.0.0-
|
|
13
|
-
"NuGet.Versioning": "7.
|
|
14
|
-
"OpenTelemetry": "1.
|
|
15
|
-
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.
|
|
11
|
+
"Microsoft.Extensions.DependencyInjection": "10.0.5",
|
|
12
|
+
"NetEscapades.EnumGenerators": "1.0.0-beta21",
|
|
13
|
+
"NuGet.Versioning": "7.3.0",
|
|
14
|
+
"OpenTelemetry": "1.15.0",
|
|
15
|
+
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.15.0",
|
|
16
16
|
"Spectre.Console.Cli": "0.53.1",
|
|
17
17
|
"YamlDotNet": "16.3.0"
|
|
18
18
|
},
|
|
@@ -20,155 +20,156 @@
|
|
|
20
20
|
"upai.dll": {}
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
-
"Microsoft.Extensions.Configuration/
|
|
23
|
+
"Microsoft.Extensions.Configuration/10.0.0": {
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"Microsoft.Extensions.Configuration.Abstractions": "
|
|
26
|
-
"Microsoft.Extensions.Primitives": "
|
|
25
|
+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.0",
|
|
26
|
+
"Microsoft.Extensions.Primitives": "10.0.0"
|
|
27
27
|
},
|
|
28
28
|
"runtime": {
|
|
29
|
-
"lib/
|
|
30
|
-
"assemblyVersion": "
|
|
31
|
-
"fileVersion": "
|
|
29
|
+
"lib/net10.0/Microsoft.Extensions.Configuration.dll": {
|
|
30
|
+
"assemblyVersion": "10.0.0.0",
|
|
31
|
+
"fileVersion": "10.0.25.52411"
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
-
"Microsoft.Extensions.Configuration.Abstractions/
|
|
35
|
+
"Microsoft.Extensions.Configuration.Abstractions/10.0.0": {
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"Microsoft.Extensions.Primitives": "
|
|
37
|
+
"Microsoft.Extensions.Primitives": "10.0.0"
|
|
38
38
|
},
|
|
39
39
|
"runtime": {
|
|
40
|
-
"lib/
|
|
41
|
-
"assemblyVersion": "
|
|
42
|
-
"fileVersion": "
|
|
40
|
+
"lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
41
|
+
"assemblyVersion": "10.0.0.0",
|
|
42
|
+
"fileVersion": "10.0.25.52411"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"Microsoft.Extensions.Configuration.Binder/
|
|
46
|
+
"Microsoft.Extensions.Configuration.Binder/10.0.0": {
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"Microsoft.Extensions.Configuration
|
|
48
|
+
"Microsoft.Extensions.Configuration": "10.0.0",
|
|
49
|
+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.0"
|
|
49
50
|
},
|
|
50
51
|
"runtime": {
|
|
51
|
-
"lib/
|
|
52
|
-
"assemblyVersion": "
|
|
53
|
-
"fileVersion": "
|
|
52
|
+
"lib/net10.0/Microsoft.Extensions.Configuration.Binder.dll": {
|
|
53
|
+
"assemblyVersion": "10.0.0.0",
|
|
54
|
+
"fileVersion": "10.0.25.52411"
|
|
54
55
|
}
|
|
55
56
|
}
|
|
56
57
|
},
|
|
57
|
-
"Microsoft.Extensions.DependencyInjection/10.0.
|
|
58
|
+
"Microsoft.Extensions.DependencyInjection/10.0.5": {
|
|
58
59
|
"dependencies": {
|
|
59
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.
|
|
60
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5"
|
|
60
61
|
},
|
|
61
62
|
"runtime": {
|
|
62
63
|
"lib/net10.0/Microsoft.Extensions.DependencyInjection.dll": {
|
|
63
64
|
"assemblyVersion": "10.0.0.0",
|
|
64
|
-
"fileVersion": "10.0.
|
|
65
|
+
"fileVersion": "10.0.526.15411"
|
|
65
66
|
}
|
|
66
67
|
}
|
|
67
68
|
},
|
|
68
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.
|
|
69
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.5": {
|
|
69
70
|
"runtime": {
|
|
70
71
|
"lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
71
72
|
"assemblyVersion": "10.0.0.0",
|
|
72
|
-
"fileVersion": "10.0.
|
|
73
|
+
"fileVersion": "10.0.526.15411"
|
|
73
74
|
}
|
|
74
75
|
}
|
|
75
76
|
},
|
|
76
|
-
"Microsoft.Extensions.Diagnostics.Abstractions/
|
|
77
|
+
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.0": {
|
|
77
78
|
"dependencies": {
|
|
78
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.
|
|
79
|
-
"Microsoft.Extensions.Options": "
|
|
79
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5",
|
|
80
|
+
"Microsoft.Extensions.Options": "10.0.0"
|
|
80
81
|
},
|
|
81
82
|
"runtime": {
|
|
82
|
-
"lib/
|
|
83
|
-
"assemblyVersion": "
|
|
84
|
-
"fileVersion": "
|
|
83
|
+
"lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
|
|
84
|
+
"assemblyVersion": "10.0.0.0",
|
|
85
|
+
"fileVersion": "10.0.25.52411"
|
|
85
86
|
}
|
|
86
87
|
}
|
|
87
88
|
},
|
|
88
|
-
"Microsoft.Extensions.Logging/
|
|
89
|
+
"Microsoft.Extensions.Logging/10.0.0": {
|
|
89
90
|
"dependencies": {
|
|
90
|
-
"Microsoft.Extensions.DependencyInjection": "10.0.
|
|
91
|
-
"Microsoft.Extensions.Logging.Abstractions": "
|
|
92
|
-
"Microsoft.Extensions.Options": "
|
|
91
|
+
"Microsoft.Extensions.DependencyInjection": "10.0.5",
|
|
92
|
+
"Microsoft.Extensions.Logging.Abstractions": "10.0.0",
|
|
93
|
+
"Microsoft.Extensions.Options": "10.0.0"
|
|
93
94
|
},
|
|
94
95
|
"runtime": {
|
|
95
|
-
"lib/
|
|
96
|
-
"assemblyVersion": "
|
|
97
|
-
"fileVersion": "
|
|
96
|
+
"lib/net10.0/Microsoft.Extensions.Logging.dll": {
|
|
97
|
+
"assemblyVersion": "10.0.0.0",
|
|
98
|
+
"fileVersion": "10.0.25.52411"
|
|
98
99
|
}
|
|
99
100
|
}
|
|
100
101
|
},
|
|
101
|
-
"Microsoft.Extensions.Logging.Abstractions/
|
|
102
|
+
"Microsoft.Extensions.Logging.Abstractions/10.0.0": {
|
|
102
103
|
"dependencies": {
|
|
103
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.
|
|
104
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5"
|
|
104
105
|
},
|
|
105
106
|
"runtime": {
|
|
106
|
-
"lib/
|
|
107
|
-
"assemblyVersion": "
|
|
108
|
-
"fileVersion": "
|
|
107
|
+
"lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
108
|
+
"assemblyVersion": "10.0.0.0",
|
|
109
|
+
"fileVersion": "10.0.25.52411"
|
|
109
110
|
}
|
|
110
111
|
}
|
|
111
112
|
},
|
|
112
|
-
"Microsoft.Extensions.Logging.Configuration/
|
|
113
|
+
"Microsoft.Extensions.Logging.Configuration/10.0.0": {
|
|
113
114
|
"dependencies": {
|
|
114
|
-
"Microsoft.Extensions.Configuration": "
|
|
115
|
-
"Microsoft.Extensions.Configuration.Abstractions": "
|
|
116
|
-
"Microsoft.Extensions.Configuration.Binder": "
|
|
117
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.
|
|
118
|
-
"Microsoft.Extensions.Logging": "
|
|
119
|
-
"Microsoft.Extensions.Logging.Abstractions": "
|
|
120
|
-
"Microsoft.Extensions.Options": "
|
|
121
|
-
"Microsoft.Extensions.Options.ConfigurationExtensions": "
|
|
115
|
+
"Microsoft.Extensions.Configuration": "10.0.0",
|
|
116
|
+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.0",
|
|
117
|
+
"Microsoft.Extensions.Configuration.Binder": "10.0.0",
|
|
118
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5",
|
|
119
|
+
"Microsoft.Extensions.Logging": "10.0.0",
|
|
120
|
+
"Microsoft.Extensions.Logging.Abstractions": "10.0.0",
|
|
121
|
+
"Microsoft.Extensions.Options": "10.0.0",
|
|
122
|
+
"Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.0"
|
|
122
123
|
},
|
|
123
124
|
"runtime": {
|
|
124
|
-
"lib/
|
|
125
|
-
"assemblyVersion": "
|
|
126
|
-
"fileVersion": "
|
|
125
|
+
"lib/net10.0/Microsoft.Extensions.Logging.Configuration.dll": {
|
|
126
|
+
"assemblyVersion": "10.0.0.0",
|
|
127
|
+
"fileVersion": "10.0.25.52411"
|
|
127
128
|
}
|
|
128
129
|
}
|
|
129
130
|
},
|
|
130
|
-
"Microsoft.Extensions.Options/
|
|
131
|
+
"Microsoft.Extensions.Options/10.0.0": {
|
|
131
132
|
"dependencies": {
|
|
132
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.
|
|
133
|
-
"Microsoft.Extensions.Primitives": "
|
|
133
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5",
|
|
134
|
+
"Microsoft.Extensions.Primitives": "10.0.0"
|
|
134
135
|
},
|
|
135
136
|
"runtime": {
|
|
136
|
-
"lib/
|
|
137
|
-
"assemblyVersion": "
|
|
138
|
-
"fileVersion": "
|
|
137
|
+
"lib/net10.0/Microsoft.Extensions.Options.dll": {
|
|
138
|
+
"assemblyVersion": "10.0.0.0",
|
|
139
|
+
"fileVersion": "10.0.25.52411"
|
|
139
140
|
}
|
|
140
141
|
}
|
|
141
142
|
},
|
|
142
|
-
"Microsoft.Extensions.Options.ConfigurationExtensions/
|
|
143
|
+
"Microsoft.Extensions.Options.ConfigurationExtensions/10.0.0": {
|
|
143
144
|
"dependencies": {
|
|
144
|
-
"Microsoft.Extensions.Configuration.Abstractions": "
|
|
145
|
-
"Microsoft.Extensions.Configuration.Binder": "
|
|
146
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.
|
|
147
|
-
"Microsoft.Extensions.Options": "
|
|
148
|
-
"Microsoft.Extensions.Primitives": "
|
|
145
|
+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.0",
|
|
146
|
+
"Microsoft.Extensions.Configuration.Binder": "10.0.0",
|
|
147
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5",
|
|
148
|
+
"Microsoft.Extensions.Options": "10.0.0",
|
|
149
|
+
"Microsoft.Extensions.Primitives": "10.0.0"
|
|
149
150
|
},
|
|
150
151
|
"runtime": {
|
|
151
|
-
"lib/
|
|
152
|
-
"assemblyVersion": "
|
|
153
|
-
"fileVersion": "
|
|
152
|
+
"lib/net10.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
|
|
153
|
+
"assemblyVersion": "10.0.0.0",
|
|
154
|
+
"fileVersion": "10.0.25.52411"
|
|
154
155
|
}
|
|
155
156
|
}
|
|
156
157
|
},
|
|
157
|
-
"Microsoft.Extensions.Primitives/
|
|
158
|
+
"Microsoft.Extensions.Primitives/10.0.0": {
|
|
158
159
|
"runtime": {
|
|
159
|
-
"lib/
|
|
160
|
-
"assemblyVersion": "
|
|
161
|
-
"fileVersion": "
|
|
160
|
+
"lib/net10.0/Microsoft.Extensions.Primitives.dll": {
|
|
161
|
+
"assemblyVersion": "10.0.0.0",
|
|
162
|
+
"fileVersion": "10.0.25.52411"
|
|
162
163
|
}
|
|
163
164
|
}
|
|
164
165
|
},
|
|
165
|
-
"NetEscapades.EnumGenerators/1.0.0-
|
|
166
|
+
"NetEscapades.EnumGenerators/1.0.0-beta21": {
|
|
166
167
|
"dependencies": {
|
|
167
|
-
"NetEscapades.EnumGenerators.Generators": "1.0.0-
|
|
168
|
-
"NetEscapades.EnumGenerators.RuntimeDependencies": "1.0.0-
|
|
168
|
+
"NetEscapades.EnumGenerators.Generators": "1.0.0-beta21",
|
|
169
|
+
"NetEscapades.EnumGenerators.RuntimeDependencies": "1.0.0-beta21"
|
|
169
170
|
}
|
|
170
171
|
},
|
|
171
|
-
"NetEscapades.EnumGenerators.Generators/1.0.0-
|
|
172
|
+
"NetEscapades.EnumGenerators.Generators/1.0.0-beta21": {
|
|
172
173
|
"runtime": {
|
|
173
174
|
"lib/netstandard2.0/NetEscapades.EnumGenerators.Attributes.dll": {
|
|
174
175
|
"assemblyVersion": "1.0.0.0",
|
|
@@ -176,7 +177,7 @@
|
|
|
176
177
|
}
|
|
177
178
|
}
|
|
178
179
|
},
|
|
179
|
-
"NetEscapades.EnumGenerators.RuntimeDependencies/1.0.0-
|
|
180
|
+
"NetEscapades.EnumGenerators.RuntimeDependencies/1.0.0-beta21": {
|
|
180
181
|
"runtime": {
|
|
181
182
|
"lib/netstandard2.0/NetEscapades.EnumGenerators.RuntimeDependencies.dll": {
|
|
182
183
|
"assemblyVersion": "1.0.0.0",
|
|
@@ -184,55 +185,55 @@
|
|
|
184
185
|
}
|
|
185
186
|
}
|
|
186
187
|
},
|
|
187
|
-
"NuGet.Versioning/7.
|
|
188
|
+
"NuGet.Versioning/7.3.0": {
|
|
188
189
|
"runtime": {
|
|
189
190
|
"lib/net8.0/NuGet.Versioning.dll": {
|
|
190
|
-
"assemblyVersion": "7.
|
|
191
|
-
"fileVersion": "7.
|
|
191
|
+
"assemblyVersion": "7.3.0.0",
|
|
192
|
+
"fileVersion": "7.3.0.70"
|
|
192
193
|
}
|
|
193
194
|
}
|
|
194
195
|
},
|
|
195
|
-
"OpenTelemetry/1.
|
|
196
|
+
"OpenTelemetry/1.15.0": {
|
|
196
197
|
"dependencies": {
|
|
197
|
-
"Microsoft.Extensions.Diagnostics.Abstractions": "
|
|
198
|
-
"Microsoft.Extensions.Logging.Configuration": "
|
|
199
|
-
"OpenTelemetry.Api.ProviderBuilderExtensions": "1.
|
|
198
|
+
"Microsoft.Extensions.Diagnostics.Abstractions": "10.0.0",
|
|
199
|
+
"Microsoft.Extensions.Logging.Configuration": "10.0.0",
|
|
200
|
+
"OpenTelemetry.Api.ProviderBuilderExtensions": "1.15.0"
|
|
200
201
|
},
|
|
201
202
|
"runtime": {
|
|
202
|
-
"lib/
|
|
203
|
+
"lib/net10.0/OpenTelemetry.dll": {
|
|
203
204
|
"assemblyVersion": "1.0.0.0",
|
|
204
|
-
"fileVersion": "1.
|
|
205
|
+
"fileVersion": "1.15.0.1921"
|
|
205
206
|
}
|
|
206
207
|
}
|
|
207
208
|
},
|
|
208
|
-
"OpenTelemetry.Api/1.
|
|
209
|
+
"OpenTelemetry.Api/1.15.0": {
|
|
209
210
|
"runtime": {
|
|
210
|
-
"lib/
|
|
211
|
+
"lib/net10.0/OpenTelemetry.Api.dll": {
|
|
211
212
|
"assemblyVersion": "1.0.0.0",
|
|
212
|
-
"fileVersion": "1.
|
|
213
|
+
"fileVersion": "1.15.0.1921"
|
|
213
214
|
}
|
|
214
215
|
}
|
|
215
216
|
},
|
|
216
|
-
"OpenTelemetry.Api.ProviderBuilderExtensions/1.
|
|
217
|
+
"OpenTelemetry.Api.ProviderBuilderExtensions/1.15.0": {
|
|
217
218
|
"dependencies": {
|
|
218
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.
|
|
219
|
-
"OpenTelemetry.Api": "1.
|
|
219
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5",
|
|
220
|
+
"OpenTelemetry.Api": "1.15.0"
|
|
220
221
|
},
|
|
221
222
|
"runtime": {
|
|
222
|
-
"lib/
|
|
223
|
+
"lib/net10.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll": {
|
|
223
224
|
"assemblyVersion": "1.0.0.0",
|
|
224
|
-
"fileVersion": "1.
|
|
225
|
+
"fileVersion": "1.15.0.1921"
|
|
225
226
|
}
|
|
226
227
|
}
|
|
227
228
|
},
|
|
228
|
-
"OpenTelemetry.Exporter.OpenTelemetryProtocol/1.
|
|
229
|
+
"OpenTelemetry.Exporter.OpenTelemetryProtocol/1.15.0": {
|
|
229
230
|
"dependencies": {
|
|
230
|
-
"OpenTelemetry": "1.
|
|
231
|
+
"OpenTelemetry": "1.15.0"
|
|
231
232
|
},
|
|
232
233
|
"runtime": {
|
|
233
|
-
"lib/
|
|
234
|
+
"lib/net10.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll": {
|
|
234
235
|
"assemblyVersion": "1.0.0.0",
|
|
235
|
-
"fileVersion": "1.
|
|
236
|
+
"fileVersion": "1.15.0.1921"
|
|
236
237
|
}
|
|
237
238
|
}
|
|
238
239
|
},
|
|
@@ -303,145 +304,145 @@
|
|
|
303
304
|
"serviceable": false,
|
|
304
305
|
"sha512": ""
|
|
305
306
|
},
|
|
306
|
-
"Microsoft.Extensions.Configuration/
|
|
307
|
+
"Microsoft.Extensions.Configuration/10.0.0": {
|
|
307
308
|
"type": "package",
|
|
308
309
|
"serviceable": true,
|
|
309
|
-
"sha512": "sha512-
|
|
310
|
-
"path": "microsoft.extensions.configuration/
|
|
311
|
-
"hashPath": "microsoft.extensions.configuration.
|
|
310
|
+
"sha512": "sha512-H4SWETCh/cC5L1WtWchHR6LntGk3rDTTznZMssr4cL8IbDmMWBxY+MOGDc/ASnqNolLKPIWHWeuC1ddiL/iNPw==",
|
|
311
|
+
"path": "microsoft.extensions.configuration/10.0.0",
|
|
312
|
+
"hashPath": "microsoft.extensions.configuration.10.0.0.nupkg.sha512"
|
|
312
313
|
},
|
|
313
|
-
"Microsoft.Extensions.Configuration.Abstractions/
|
|
314
|
+
"Microsoft.Extensions.Configuration.Abstractions/10.0.0": {
|
|
314
315
|
"type": "package",
|
|
315
316
|
"serviceable": true,
|
|
316
|
-
"sha512": "sha512-
|
|
317
|
-
"path": "microsoft.extensions.configuration.abstractions/
|
|
318
|
-
"hashPath": "microsoft.extensions.configuration.abstractions.
|
|
317
|
+
"sha512": "sha512-d2kDKnCsJvY7mBVhcjPSp9BkJk48DsaHPg5u+Oy4f8XaOqnEedRy/USyvnpHL92wpJ6DrTPy7htppUUzskbCXQ==",
|
|
318
|
+
"path": "microsoft.extensions.configuration.abstractions/10.0.0",
|
|
319
|
+
"hashPath": "microsoft.extensions.configuration.abstractions.10.0.0.nupkg.sha512"
|
|
319
320
|
},
|
|
320
|
-
"Microsoft.Extensions.Configuration.Binder/
|
|
321
|
+
"Microsoft.Extensions.Configuration.Binder/10.0.0": {
|
|
321
322
|
"type": "package",
|
|
322
323
|
"serviceable": true,
|
|
323
|
-
"sha512": "sha512-
|
|
324
|
-
"path": "microsoft.extensions.configuration.binder/
|
|
325
|
-
"hashPath": "microsoft.extensions.configuration.binder.
|
|
324
|
+
"sha512": "sha512-tMF9wNh+hlyYDWB8mrFCQHQmWHlRosol1b/N2Jrefy1bFLnuTlgSYmPyHNmz8xVQgs7DpXytBRWxGhG+mSTp0g==",
|
|
325
|
+
"path": "microsoft.extensions.configuration.binder/10.0.0",
|
|
326
|
+
"hashPath": "microsoft.extensions.configuration.binder.10.0.0.nupkg.sha512"
|
|
326
327
|
},
|
|
327
|
-
"Microsoft.Extensions.DependencyInjection/10.0.
|
|
328
|
+
"Microsoft.Extensions.DependencyInjection/10.0.5": {
|
|
328
329
|
"type": "package",
|
|
329
330
|
"serviceable": true,
|
|
330
|
-
"sha512": "sha512-
|
|
331
|
-
"path": "microsoft.extensions.dependencyinjection/10.0.
|
|
332
|
-
"hashPath": "microsoft.extensions.dependencyinjection.10.0.
|
|
331
|
+
"sha512": "sha512-v1SVsowG6YE1YnHVGmLWz57YTRCQRx9pH5ebIESXfm5isI9gA3QaMyg/oMTzPpXYZwSAVDzYItGJKfmV+pqXkQ==",
|
|
332
|
+
"path": "microsoft.extensions.dependencyinjection/10.0.5",
|
|
333
|
+
"hashPath": "microsoft.extensions.dependencyinjection.10.0.5.nupkg.sha512"
|
|
333
334
|
},
|
|
334
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.
|
|
335
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.5": {
|
|
335
336
|
"type": "package",
|
|
336
337
|
"serviceable": true,
|
|
337
|
-
"sha512": "sha512-
|
|
338
|
-
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.
|
|
339
|
-
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.
|
|
338
|
+
"sha512": "sha512-iVMtq9eRvzyhx8949EGT0OCYJfXi737SbRVzWXE5GrOgGj5AaZ9eUuxA/BSUfmOMALKn/g8KfFaNQw0eiB3lyA==",
|
|
339
|
+
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.5",
|
|
340
|
+
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.5.nupkg.sha512"
|
|
340
341
|
},
|
|
341
|
-
"Microsoft.Extensions.Diagnostics.Abstractions/
|
|
342
|
+
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.0": {
|
|
342
343
|
"type": "package",
|
|
343
344
|
"serviceable": true,
|
|
344
|
-
"sha512": "sha512-
|
|
345
|
-
"path": "microsoft.extensions.diagnostics.abstractions/
|
|
346
|
-
"hashPath": "microsoft.extensions.diagnostics.abstractions.
|
|
345
|
+
"sha512": "sha512-SfK89ytD61S7DgzorFljSkUeluC1ncn6dtZgwc0ot39f/BEYWBl5jpgvodxduoYAs1d9HG8faCDRZxE95UMo2A==",
|
|
346
|
+
"path": "microsoft.extensions.diagnostics.abstractions/10.0.0",
|
|
347
|
+
"hashPath": "microsoft.extensions.diagnostics.abstractions.10.0.0.nupkg.sha512"
|
|
347
348
|
},
|
|
348
|
-
"Microsoft.Extensions.Logging/
|
|
349
|
+
"Microsoft.Extensions.Logging/10.0.0": {
|
|
349
350
|
"type": "package",
|
|
350
351
|
"serviceable": true,
|
|
351
|
-
"sha512": "sha512-
|
|
352
|
-
"path": "microsoft.extensions.logging/
|
|
353
|
-
"hashPath": "microsoft.extensions.logging.
|
|
352
|
+
"sha512": "sha512-BStFkd5CcnEtarlcgYDBcFzGYCuuNMzPs02wN3WBsOFoYIEmYoUdAiU+au6opzoqfTYJsMTW00AeqDdnXH2CvA==",
|
|
353
|
+
"path": "microsoft.extensions.logging/10.0.0",
|
|
354
|
+
"hashPath": "microsoft.extensions.logging.10.0.0.nupkg.sha512"
|
|
354
355
|
},
|
|
355
|
-
"Microsoft.Extensions.Logging.Abstractions/
|
|
356
|
+
"Microsoft.Extensions.Logging.Abstractions/10.0.0": {
|
|
356
357
|
"type": "package",
|
|
357
358
|
"serviceable": true,
|
|
358
|
-
"sha512": "sha512-
|
|
359
|
-
"path": "microsoft.extensions.logging.abstractions/
|
|
360
|
-
"hashPath": "microsoft.extensions.logging.abstractions.
|
|
359
|
+
"sha512": "sha512-FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==",
|
|
360
|
+
"path": "microsoft.extensions.logging.abstractions/10.0.0",
|
|
361
|
+
"hashPath": "microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512"
|
|
361
362
|
},
|
|
362
|
-
"Microsoft.Extensions.Logging.Configuration/
|
|
363
|
+
"Microsoft.Extensions.Logging.Configuration/10.0.0": {
|
|
363
364
|
"type": "package",
|
|
364
365
|
"serviceable": true,
|
|
365
|
-
"sha512": "sha512-
|
|
366
|
-
"path": "microsoft.extensions.logging.configuration/
|
|
367
|
-
"hashPath": "microsoft.extensions.logging.configuration.
|
|
366
|
+
"sha512": "sha512-j8zcwhS6bYB6FEfaY3nYSgHdpiL2T+/V3xjpHtslVAegyI1JUbB9yAt/BFdvZdsNbY0Udm4xFtvfT/hUwcOOOg==",
|
|
367
|
+
"path": "microsoft.extensions.logging.configuration/10.0.0",
|
|
368
|
+
"hashPath": "microsoft.extensions.logging.configuration.10.0.0.nupkg.sha512"
|
|
368
369
|
},
|
|
369
|
-
"Microsoft.Extensions.Options/
|
|
370
|
+
"Microsoft.Extensions.Options/10.0.0": {
|
|
370
371
|
"type": "package",
|
|
371
372
|
"serviceable": true,
|
|
372
|
-
"sha512": "sha512-
|
|
373
|
-
"path": "microsoft.extensions.options/
|
|
374
|
-
"hashPath": "microsoft.extensions.options.
|
|
373
|
+
"sha512": "sha512-8oCAgXOow5XDrY9HaXX1QmH3ORsyZO/ANVHBlhLyCeWTH5Sg4UuqZeOTWJi6484M+LqSx0RqQXDJtdYy2BNiLQ==",
|
|
374
|
+
"path": "microsoft.extensions.options/10.0.0",
|
|
375
|
+
"hashPath": "microsoft.extensions.options.10.0.0.nupkg.sha512"
|
|
375
376
|
},
|
|
376
|
-
"Microsoft.Extensions.Options.ConfigurationExtensions/
|
|
377
|
+
"Microsoft.Extensions.Options.ConfigurationExtensions/10.0.0": {
|
|
377
378
|
"type": "package",
|
|
378
379
|
"serviceable": true,
|
|
379
|
-
"sha512": "sha512-
|
|
380
|
-
"path": "microsoft.extensions.options.configurationextensions/
|
|
381
|
-
"hashPath": "microsoft.extensions.options.configurationextensions.
|
|
380
|
+
"sha512": "sha512-tL9cSl3maS5FPzp/3MtlZI21ExWhni0nnUCF8HY4npTsINw45n9SNDbkKXBMtFyUFGSsQep25fHIDN4f/Vp3AQ==",
|
|
381
|
+
"path": "microsoft.extensions.options.configurationextensions/10.0.0",
|
|
382
|
+
"hashPath": "microsoft.extensions.options.configurationextensions.10.0.0.nupkg.sha512"
|
|
382
383
|
},
|
|
383
|
-
"Microsoft.Extensions.Primitives/
|
|
384
|
+
"Microsoft.Extensions.Primitives/10.0.0": {
|
|
384
385
|
"type": "package",
|
|
385
386
|
"serviceable": true,
|
|
386
|
-
"sha512": "sha512-
|
|
387
|
-
"path": "microsoft.extensions.primitives/
|
|
388
|
-
"hashPath": "microsoft.extensions.primitives.
|
|
387
|
+
"sha512": "sha512-inRnbpCS0nwO/RuoZIAqxQUuyjaknOOnCEZB55KSMMjRhl0RQDttSmLSGsUJN3RQ3ocf5NDLFd2mOQViHqMK5w==",
|
|
388
|
+
"path": "microsoft.extensions.primitives/10.0.0",
|
|
389
|
+
"hashPath": "microsoft.extensions.primitives.10.0.0.nupkg.sha512"
|
|
389
390
|
},
|
|
390
|
-
"NetEscapades.EnumGenerators/1.0.0-
|
|
391
|
+
"NetEscapades.EnumGenerators/1.0.0-beta21": {
|
|
391
392
|
"type": "package",
|
|
392
393
|
"serviceable": true,
|
|
393
|
-
"sha512": "sha512-
|
|
394
|
-
"path": "netescapades.enumgenerators/1.0.0-
|
|
395
|
-
"hashPath": "netescapades.enumgenerators.1.0.0-
|
|
394
|
+
"sha512": "sha512-GVhHFXkDBqzD96oc6sJGh9LQh+f50KvbwGxy+k5JuzIS8BHuTANo34tlJrv9T7jmofbucnE4pPhvPMu8dS0QUg==",
|
|
395
|
+
"path": "netescapades.enumgenerators/1.0.0-beta21",
|
|
396
|
+
"hashPath": "netescapades.enumgenerators.1.0.0-beta21.nupkg.sha512"
|
|
396
397
|
},
|
|
397
|
-
"NetEscapades.EnumGenerators.Generators/1.0.0-
|
|
398
|
+
"NetEscapades.EnumGenerators.Generators/1.0.0-beta21": {
|
|
398
399
|
"type": "package",
|
|
399
400
|
"serviceable": true,
|
|
400
|
-
"sha512": "sha512-
|
|
401
|
-
"path": "netescapades.enumgenerators.generators/1.0.0-
|
|
402
|
-
"hashPath": "netescapades.enumgenerators.generators.1.0.0-
|
|
401
|
+
"sha512": "sha512-hztPmuEjHzLqDM4gvXfRuaBAQt3EpRaduQoLW8jDxIk1lXuJwTGl+L5NTERx5WKyV3vDzQK9mDPwzA+E/R2xHA==",
|
|
402
|
+
"path": "netescapades.enumgenerators.generators/1.0.0-beta21",
|
|
403
|
+
"hashPath": "netescapades.enumgenerators.generators.1.0.0-beta21.nupkg.sha512"
|
|
403
404
|
},
|
|
404
|
-
"NetEscapades.EnumGenerators.RuntimeDependencies/1.0.0-
|
|
405
|
+
"NetEscapades.EnumGenerators.RuntimeDependencies/1.0.0-beta21": {
|
|
405
406
|
"type": "package",
|
|
406
407
|
"serviceable": true,
|
|
407
|
-
"sha512": "sha512-
|
|
408
|
-
"path": "netescapades.enumgenerators.runtimedependencies/1.0.0-
|
|
409
|
-
"hashPath": "netescapades.enumgenerators.runtimedependencies.1.0.0-
|
|
408
|
+
"sha512": "sha512-BYUQMIv1MFaFurVlxfyVFTTwwgMsfmGJLn2wiP77ZmegZ9WJbcRD+n62v4q2FOrBMPuP0W1bESASM1Wye/8sCw==",
|
|
409
|
+
"path": "netescapades.enumgenerators.runtimedependencies/1.0.0-beta21",
|
|
410
|
+
"hashPath": "netescapades.enumgenerators.runtimedependencies.1.0.0-beta21.nupkg.sha512"
|
|
410
411
|
},
|
|
411
|
-
"NuGet.Versioning/7.
|
|
412
|
+
"NuGet.Versioning/7.3.0": {
|
|
412
413
|
"type": "package",
|
|
413
414
|
"serviceable": true,
|
|
414
|
-
"sha512": "sha512-
|
|
415
|
-
"path": "nuget.versioning/7.
|
|
416
|
-
"hashPath": "nuget.versioning.7.
|
|
415
|
+
"sha512": "sha512-iOQPAdnVgj2U+K3AcdGGGcdS1tWyh3nvr64eqTDFCsDuHySBXSHRhl7eR8hdc0BZHxDjacRstbuaJKCurt2oPw==",
|
|
416
|
+
"path": "nuget.versioning/7.3.0",
|
|
417
|
+
"hashPath": "nuget.versioning.7.3.0.nupkg.sha512"
|
|
417
418
|
},
|
|
418
|
-
"OpenTelemetry/1.
|
|
419
|
+
"OpenTelemetry/1.15.0": {
|
|
419
420
|
"type": "package",
|
|
420
421
|
"serviceable": true,
|
|
421
|
-
"sha512": "sha512-
|
|
422
|
-
"path": "opentelemetry/1.
|
|
423
|
-
"hashPath": "opentelemetry.1.
|
|
422
|
+
"sha512": "sha512-7mS/oZFF8S6xyqGQfMU1btp0nXJQUPWV535Vp/XMLYwRAUv36xQN+U4vufWBF1+z4HnRTOwuFHtUSGnHbyN6FQ==",
|
|
423
|
+
"path": "opentelemetry/1.15.0",
|
|
424
|
+
"hashPath": "opentelemetry.1.15.0.nupkg.sha512"
|
|
424
425
|
},
|
|
425
|
-
"OpenTelemetry.Api/1.
|
|
426
|
+
"OpenTelemetry.Api/1.15.0": {
|
|
426
427
|
"type": "package",
|
|
427
428
|
"serviceable": true,
|
|
428
|
-
"sha512": "sha512-
|
|
429
|
-
"path": "opentelemetry.api/1.
|
|
430
|
-
"hashPath": "opentelemetry.api.1.
|
|
429
|
+
"sha512": "sha512-vk5OGdf6K9kQScCWo3bRjhDWCv6Pqw92IpX4dlARZ8B1WL7/2NGTDtCkkw42eQf7UdwyoHKzVvMH/PtL8d6z7w==",
|
|
430
|
+
"path": "opentelemetry.api/1.15.0",
|
|
431
|
+
"hashPath": "opentelemetry.api.1.15.0.nupkg.sha512"
|
|
431
432
|
},
|
|
432
|
-
"OpenTelemetry.Api.ProviderBuilderExtensions/1.
|
|
433
|
+
"OpenTelemetry.Api.ProviderBuilderExtensions/1.15.0": {
|
|
433
434
|
"type": "package",
|
|
434
435
|
"serviceable": true,
|
|
435
|
-
"sha512": "sha512-
|
|
436
|
-
"path": "opentelemetry.api.providerbuilderextensions/1.
|
|
437
|
-
"hashPath": "opentelemetry.api.providerbuilderextensions.1.
|
|
436
|
+
"sha512": "sha512-OnuSUlRpGvowkOzGFQfy+KZFu0cITfKfh2IYJJiZskxVJiOuexwOOuvfDAgpJdmTzVWAHjYdz2shcHZaJ06UjQ==",
|
|
437
|
+
"path": "opentelemetry.api.providerbuilderextensions/1.15.0",
|
|
438
|
+
"hashPath": "opentelemetry.api.providerbuilderextensions.1.15.0.nupkg.sha512"
|
|
438
439
|
},
|
|
439
|
-
"OpenTelemetry.Exporter.OpenTelemetryProtocol/1.
|
|
440
|
+
"OpenTelemetry.Exporter.OpenTelemetryProtocol/1.15.0": {
|
|
440
441
|
"type": "package",
|
|
441
442
|
"serviceable": true,
|
|
442
|
-
"sha512": "sha512-
|
|
443
|
-
"path": "opentelemetry.exporter.opentelemetryprotocol/1.
|
|
444
|
-
"hashPath": "opentelemetry.exporter.opentelemetryprotocol.1.
|
|
443
|
+
"sha512": "sha512-VH8ANc/js9IRvfYt0Q2UaAxNCOWm+IU+vWrtoH7pfx4oWPVdISUt+9uWfBCFMWZg5WzQip5dhslyDjeyZXXfSQ==",
|
|
444
|
+
"path": "opentelemetry.exporter.opentelemetryprotocol/1.15.0",
|
|
445
|
+
"hashPath": "opentelemetry.exporter.opentelemetryprotocol.1.15.0.nupkg.sha512"
|
|
445
446
|
},
|
|
446
447
|
"Spectre.Console/0.53.1": {
|
|
447
448
|
"type": "package",
|
package/dist/upai.dll
CHANGED
|
Binary file
|
package/dist/upai.exe
CHANGED
|
Binary file
|
package/dist/upai.pdb
CHANGED
|
Binary file
|