Updates
Update WorkflowStatus.CurrentStep
to handle numbers. By adding the [JsonConverter(typeof(LongToStringJsonConverter))]
Attribute
to this property it will allow both string
, and Int64
types.
Changes
- Add the [JsonConverter(typeof(LongToStringJsonConverter))]
Attribute
toWorkflowStatus.CurrentStep
NuGet Release
Microsoft.Devices.HardwareDevCenterManager 3.0.14