Releases: StephenHidem/AntPlus
ANT+ Class Libraries and Examples
Minor changes to hosting extension and documentation. Docs reference a Godot game example in another repo.
Full Changelog: v2024.12.18...v2024.12.31
ANT+ Class Libraries and Examples
What's Changed
Examples make up the bulk of the changes.
- Release to public by @StephenHidem in #31
Full Changelog: v2024.8.24...v2024.12.18
ANT+ Class Libraries and Examples
New! Added hosting extensions to the ANT+ class libraries.
Note that you may need to refactor any previous applications to accommodate the changes.
ANT+ Class Libraries and Examples
- OpenedFrameType and OpenedPortType have been removed in this release.
- The GetSerialString and GetProductString methods in IAntUsbRadio have been marked as obsolete.
- Overloads in the interfaces have been removed in favor of optional arguments with default values. The GetDeviceCapabilities method may require rework in implementations.
Full Changelog: v2024.3.25...v2024.6.12
ANT+ Class Libraries and Examples
This release updates the documentation and provides examples of Windows service, MAUI application, and initial work on interfacing with Unity game example.
What's Changed
- Merge gRPC branch into master by @StephenHidem in #30
Full Changelog: v3.0.1...v2024.3.25
Release 3.0.1
Minor changes related to uploading AntUsbStick to NuGet.
Full Changelog: v3.0.0...v3.0.1
Release 3.0.0
What's Changed
- Merge gRPCService into master by @StephenHidem in #25
- Merge Examples by @StephenHidem in #27
Full Changelog: v2.3.0...v3.0.0
v2.3.0
What's Changed
- Merge NuGet Branch by @StephenHidem in #20
- Fix null reference issues and spelling. by @StephenHidem in #21
- Merge NuGet branch by @StephenHidem in #22
- Minor doc update. by @StephenHidem in #23
Full Changelog: v2.2.0...v2.3.0
Release 2.2.0
What's Changed
- Merge Examples into master by @StephenHidem in #15
- Merge Examples by @StephenHidem in #16
- Unit tests by @StephenHidem in #18
- Documentation by @StephenHidem in #19
Full Changelog: v2.1.0...v2.2.0
Release 2.1.0
- Refactored class library and examples to use async/await.
- Removed MessageRate property from geocache.
- Changed AntUsbStick target platform to x86.
- Code clean up, tweaks, and logging updates.