fix: correct range validation for License fields

Relates to issue #47 (closed)

This MR was created by Duo in Session

Changes

  • Update ConcurrentUserAppInstancesPerSeat field validation in License.cs from Range(1D, double.MaxValue) to Range(0D, double.MaxValue)
  • Update ConcurrentUserDevicesPerSeat field validation in License.cs from Range(1D, double.MaxValue) to Range(0D, double.MaxValue)
  • Align with upstream API definition correction where minimum value should be zero instead of one

Merge request reports

Loading