Tjiny
2025-05-19 4c8b2eea64bcd0ae14602a2a6e993b2d04c80ee0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
{
  "runtimeTarget": {
    "name": ".NETStandard,Version=v2.0/",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETStandard,Version=v2.0": {},
    ".NETStandard,Version=v2.0/": {
      "Opc.UaFx.Client/1.0.0": {
        "dependencies": {
          "Microsoft.CodeAnalysis.PublicApiAnalyzers": "3.3.4",
          "Microsoft.Win32.Registry": "4.7.0",
          "NETStandard.Library": "2.0.3",
          "Newtonsoft.Json": "13.0.3",
          "Portable.BouncyCastle": "1.9.0",
          "System.Management": "4.7.0",
          "System.Memory": "4.5.4",
          "System.Reflection.Emit": "4.7.0",
          "System.ServiceModel.Primitives": "4.5.3",
          "Traeger.Utilities": "1.5.28",
          "Traeger.Utilities.Licensing": "1.7.1",
          "Traeger.Utilities.Licensing.Code": "1.9.1",
          "Traeger.Utilities.Platform": "1.8.3",
          "Traeger.Utilities.Reflection": "1.5.13",
          "Traeger.Utilities.Resources": "1.0.3"
        },
        "runtime": {
          "Opc.UaFx.Client.dll": {}
        }
      },
      "Microsoft.CodeAnalysis.PublicApiAnalyzers/3.3.4": {},
      "Microsoft.NETCore.Platforms/2.1.0": {},
      "Microsoft.Win32.Registry/4.7.0": {
        "dependencies": {
          "System.Buffers": "4.5.1",
          "System.Memory": "4.5.4",
          "System.Security.AccessControl": "4.7.0",
          "System.Security.Principal.Windows": "4.7.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0"
        }
      },
      "Newtonsoft.Json/13.0.3": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.3.27908"
          }
        }
      },
      "Portable.BouncyCastle/1.9.0": {
        "runtime": {
          "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
            "assemblyVersion": "1.9.0.0",
            "fileVersion": "1.9.0.1"
          }
        }
      },
      "System.Buffers/4.5.1": {
        "runtime": {
          "lib/netstandard2.0/System.Buffers.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28619.1"
          }
        }
      },
      "System.CodeDom/4.7.0": {
        "runtime": {
          "lib/netstandard2.0/System.CodeDom.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Management/4.7.0": {
        "dependencies": {
          "System.CodeDom": "4.7.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Management.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Memory/4.5.4": {
        "dependencies": {
          "System.Buffers": "4.5.1",
          "System.Numerics.Vectors": "4.4.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.3"
        },
        "runtime": {
          "lib/netstandard2.0/System.Memory.dll": {
            "assemblyVersion": "4.0.1.1",
            "fileVersion": "4.6.28619.1"
          }
        }
      },
      "System.Numerics.Vectors/4.4.0": {
        "runtime": {
          "lib/netstandard2.0/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.6.25519.3"
          }
        }
      },
      "System.Private.ServiceModel/4.5.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "System.Reflection.DispatchProxy": "4.5.0",
          "System.Security.Principal.Windows": "4.7.0"
        }
      },
      "System.Reflection.DispatchProxy/4.5.0": {
        "runtime": {
          "lib/netstandard2.0/System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Reflection.Emit/4.7.0": {
        "dependencies": {
          "System.Reflection.Emit.ILGeneration": "4.7.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Reflection.Emit.ILGeneration/4.7.0": {
        "runtime": {
          "lib/netstandard2.0/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Runtime.CompilerServices.Unsafe/4.5.3": {
        "runtime": {
          "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.4.1",
            "fileVersion": "4.6.28619.1"
          }
        }
      },
      "System.Security.AccessControl/4.7.0": {
        "dependencies": {
          "System.Security.Principal.Windows": "4.7.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Security.Principal.Windows/4.7.0": {
        "runtime": {
          "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.ServiceModel.Primitives/4.5.3": {
        "dependencies": {
          "System.Private.ServiceModel": "4.5.3"
        },
        "runtime": {
          "lib/netstandard2.0/System.ServiceModel.Primitives.dll": {
            "assemblyVersion": "4.5.0.3",
            "fileVersion": "4.6.26720.1"
          },
          "lib/netstandard2.0/System.ServiceModel.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26720.1"
          }
        }
      },
      "Traeger.Utilities/1.5.28": {
        "dependencies": {
          "Traeger.Utilities.Resources": "1.0.3"
        }
      },
      "Traeger.Utilities.Licensing/1.7.1": {
        "dependencies": {
          "Traeger.Utilities": "1.5.28",
          "Traeger.Utilities.Reflection": "1.5.13",
          "Traeger.Utilities.Resources": "1.0.3"
        }
      },
      "Traeger.Utilities.Licensing.Code/1.9.1": {
        "dependencies": {
          "Traeger.Utilities": "1.5.28",
          "Traeger.Utilities.Licensing": "1.7.1",
          "Traeger.Utilities.Platform": "1.8.3",
          "Traeger.Utilities.Reflection": "1.5.13"
        }
      },
      "Traeger.Utilities.Platform/1.8.3": {
        "dependencies": {
          "Traeger.Utilities": "1.5.28",
          "Traeger.Utilities.Resources": "1.0.3"
        }
      },
      "Traeger.Utilities.Reflection/1.5.13": {
        "dependencies": {
          "Traeger.Utilities": "1.5.28",
          "Traeger.Utilities.Resources": "1.0.3"
        }
      },
      "Traeger.Utilities.Resources/1.0.3": {}
    }
  },
  "libraries": {
    "Opc.UaFx.Client/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Microsoft.CodeAnalysis.PublicApiAnalyzers/3.3.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kNLTfXtXUWDHVt5iaPkkiPuyHYlMgLI6SOFT4w88bfeI2vqSeGgHunFkdvlaCM8RDfcY0t2+jnesQtidRJJ/DA==",
      "path": "microsoft.codeanalysis.publicapianalyzers/3.3.4",
      "hashPath": "microsoft.codeanalysis.publicapianalyzers.3.3.4.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==",
      "path": "microsoft.netcore.platforms/2.1.0",
      "hashPath": "microsoft.netcore.platforms.2.1.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
      "path": "microsoft.win32.registry/4.7.0",
      "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
      "path": "netstandard.library/2.0.3",
      "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
    },
    "Newtonsoft.Json/13.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
      "path": "newtonsoft.json/13.0.3",
      "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
    },
    "Portable.BouncyCastle/1.9.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==",
      "path": "portable.bouncycastle/1.9.0",
      "hashPath": "portable.bouncycastle.1.9.0.nupkg.sha512"
    },
    "System.Buffers/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
      "path": "system.buffers/4.5.1",
      "hashPath": "system.buffers.4.5.1.nupkg.sha512"
    },
    "System.CodeDom/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Hs9pw/kmvH3lXaZ1LFKj3pLQsiGfj2xo3sxSzwiLlRL6UcMZUTeCfoJ9Udalvn3yq5dLlPEZzYegrTQ1/LhPOQ==",
      "path": "system.codedom/4.7.0",
      "hashPath": "system.codedom.4.7.0.nupkg.sha512"
    },
    "System.Management/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IY+uuGhgzWiCg21i8IvQeY/Z7m1tX8VuPF+ludfn7iTCaccTtJo5HkjZbBEL8kbBubKhAKKtNXr7uMtmAc28Pw==",
      "path": "system.management/4.7.0",
      "hashPath": "system.management.4.7.0.nupkg.sha512"
    },
    "System.Memory/4.5.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
      "path": "system.memory/4.5.4",
      "hashPath": "system.memory.4.5.4.nupkg.sha512"
    },
    "System.Numerics.Vectors/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gdRrUJs1RrjW3JB5p82hYjA67xoeFLvh0SdSIWjTiN8qExlbFt/RtXwVYNc5BukJ/f9OKzQQS6gakzbJeHTqHg==",
      "path": "system.numerics.vectors/4.4.0",
      "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512"
    },
    "System.Private.ServiceModel/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ancrQgJagx+yC4SZbuE+eShiEAUIF0E1d21TRSoy1C/rTwafAVcBr/fKibkq5TQzyy9uNil2tx2/iaUxsy0S9g==",
      "path": "system.private.servicemodel/4.5.3",
      "hashPath": "system.private.servicemodel.4.5.3.nupkg.sha512"
    },
    "System.Reflection.DispatchProxy/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==",
      "path": "system.reflection.dispatchproxy/4.5.0",
      "hashPath": "system.reflection.dispatchproxy.4.5.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
      "path": "system.reflection.emit/4.7.0",
      "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==",
      "path": "system.reflection.emit.ilgeneration/4.7.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.7.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3TIsJhD1EiiT0w2CcDMN/iSSwnNnsrnbzeVHSKkaEgV85txMprmuO+Yq2AdSbeVGcg28pdNDTPK87tJhX7VFHw==",
      "path": "system.runtime.compilerservices.unsafe/4.5.3",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.3.nupkg.sha512"
    },
    "System.Security.AccessControl/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
      "path": "system.security.accesscontrol/4.7.0",
      "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
      "path": "system.security.principal.windows/4.7.0",
      "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
    },
    "System.ServiceModel.Primitives/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wc9Hgg4Cmqi416zvEgq2sW1YYCGuhwWzspDclJWlFZqY6EGhFUPZU+kVpl5z9kAgrSOQP7/Uiik+PtSQtmq+5A==",
      "path": "system.servicemodel.primitives/4.5.3",
      "hashPath": "system.servicemodel.primitives.4.5.3.nupkg.sha512"
    },
    "Traeger.Utilities/1.5.28": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dblWriBLvVPVG3aORc3S1pJBFvVYyblx0/Q1jcdYXYSNeBMNCzWBb4LnRNeBjnJGGmwPxGbxs/dNdBswkH48Ig==",
      "path": "traeger.utilities/1.5.28",
      "hashPath": "traeger.utilities.1.5.28.nupkg.sha512"
    },
    "Traeger.Utilities.Licensing/1.7.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-o/Lx1m+MFKv5Rn1Alt1rrOjZpOZYyfBSkLa/Jm10LPgfO3JFO/jLaIysp+FCEBKsB0XeM41+olBitLfpeXml7Q==",
      "path": "traeger.utilities.licensing/1.7.1",
      "hashPath": "traeger.utilities.licensing.1.7.1.nupkg.sha512"
    },
    "Traeger.Utilities.Licensing.Code/1.9.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XmR5b0HEbOBgcCq0r/o9Wr7DNCQ1uIuDX0+o+vnsGs7vUsEq7JSidIejz/DTm8goBrzeYkg3IGcIOVGQz+O8gw==",
      "path": "traeger.utilities.licensing.code/1.9.1",
      "hashPath": "traeger.utilities.licensing.code.1.9.1.nupkg.sha512"
    },
    "Traeger.Utilities.Platform/1.8.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Q5e/Qckjz8soCaCfZhb1odAd3j6ESfw2ulRV6dEv9nGkkC2b191Fyen3g/xNFvqwaEr4C4Ye7/IV0DNqnDeyTA==",
      "path": "traeger.utilities.platform/1.8.3",
      "hashPath": "traeger.utilities.platform.1.8.3.nupkg.sha512"
    },
    "Traeger.Utilities.Reflection/1.5.13": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iPZG6/pB2HhuX8wXMZU5dLguDW0aFMnyCw24WM3T40tGyuDIl/XrfR3MDZ7hgqMGl7Arz4igXnEMGPUXVWWwJQ==",
      "path": "traeger.utilities.reflection/1.5.13",
      "hashPath": "traeger.utilities.reflection.1.5.13.nupkg.sha512"
    },
    "Traeger.Utilities.Resources/1.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VbPoWx1eRPul21Xi3bV8fMkqJPJS+B6pGFgzMZpEWf3XHUkiRQwWYFIJnbnSL8KGF7WecWhE1aEqNO7ivRO+qQ==",
      "path": "traeger.utilities.resources/1.0.3",
      "hashPath": "traeger.utilities.resources.1.0.3.nupkg.sha512"
    }
  }
}