microsoft / SDCM

Surface Dev Center Manager tool to automate WHQL/Attestation submissions and Shipping Label creation for Microsoft Hardware Dev Center
MIT License
34 stars 17 forks source link

Update dependency packages, Improve Trace handling #50

Closed Ben-Carpenter closed 1 year ago

Ben-Carpenter commented 1 year ago

Why

Dependency packages were outdated. DevCenterErrorDetails.Trace was causing field not found exception.

What Changed

Following packages were update: Microsoft.Data.Edm Microsoft.Data.OData Microsoft.Data.Services.Client Microsoft.Devices.HardwareDevCenterManager Microsoft.IdentityModel.Clients.ActiveDirectory Newtonsoft.Json System.Spatial

Notes

Closes #36 Closes #45