Version 2.0.0.0

Version 2.0.0.0 was released on July 7, 2023.

Breaking Changes in This Release

  • Renamed BicyclePower PowerOnlySensor to PowerSensor.

  • AssetTracker class renamed to Tracker.

  • AssetTracker Asset latitude and longitude are now reported in decimal degrees.

  • FitnessEquipment class renamed to Equipment.

  • Namespaces modified - the following classes are rooted in DeviceProfiles: Geocache, HeartRate, MuscleOxygen, StrideBasedSpeedAndDistance, UnknownDevice

  • All device profiles require an ILogger in their ctor. The AntDeviceCollection requires an ILoggerFactory which used to generate ILogger's for the device profiles.

See Also