WaspClassLibraryStandard 1.2.6

dotnet add package WaspClassLibraryStandard --version 1.2.6
                    
NuGet\Install-Package WaspClassLibraryStandard -Version 1.2.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WaspClassLibraryStandard" Version="1.2.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WaspClassLibraryStandard" Version="1.2.6" />
                    
Directory.Packages.props
<PackageReference Include="WaspClassLibraryStandard" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WaspClassLibraryStandard --version 1.2.6
                    
#r "nuget: WaspClassLibraryStandard, 1.2.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=WaspClassLibraryStandard&version=1.2.6
                    
Install WaspClassLibraryStandard as a Cake Addin
#tool nuget:?package=WaspClassLibraryStandard&version=1.2.6
                    
Install WaspClassLibraryStandard as a Cake Tool

"WASP to ANT+ Class Library"

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.6 2,197 9/8/2023
1.2.2 1,145 1/13/2023
1.0.9 504 6/17/2022
1.0.2 8,663 2/11/2021
1.0.1 476 10/28/2020

History

05/16/2023 Version 1.2.6
1. Adding GEM3POE product type and GEM3POE dfu.

12/13/2022 Version 1.2.3
1. Reduce verbose logging

11/01/2022 Version 1.2.2
1. Enable Accumulated Calories in General Metabolic FE Args.

10/20/2022 Version 1.2.1
1. Catch out of bounds exceptions in WaspCollection packet processing.

9/23/2022 Version 1.2.0
1. Add support for ble Live

8/16/2022 Version 1.1.2
1. Add support for FitCare BX100 ANT+ 'profile'

7/18/2022 Version 1.1.1
1. Remove 'same message' filter on heartbeatz messages.
2. Fix null condition in WaspClass.cs

6/28/2022 Version 1.1.0
1. WASP-810[Bug] - RawaAntMessageEventArgs Constructor failing to set WaspIPEndPoint property.

4/5/2022 Version 1.0.8
1. Add support to re-direct logging to external app
2. Set raw message logging back to Debug

4/4/2022 Version 1.0.7
1. Add support for Pafers P9C messages
2. Add AddWasp method to WaspCollection
3. Add WaspIPEndPoint to MessageEventArgs
4. Change logging level for FitnessEquipment state change events from information to Debug

9/21/2021 Version 1.0.6
1. ASCII message from heartbeatz device may not have been delivered due to invalid message length test.

9/15/2021 Version 1.0.5
1. HeartRateMonitor HeartbeatzDeviceMessageEvent forwards message events from the heartbeatz device.
2. Added SetUniqueDeviceIdString method to Heartbeatz.
3. Added RequestUniqueDeviceIdString method to Heartbeatz.

8/30/2021 Version 1.0.4
1. Reverted to .NET Standard 2.0
2. Additional support for heartbeatz.

1/28/2021 Version 1.0.2
1. Support for the Activio step counter.
2. Programming progress indicator update.
3. Bug fix for null reference when updating WASP Configuration.
4. Bug fix for Fitness Equipment Resistance Level.
5. BLE Advertising support for Heartbeatz.
6. CORRECTION: This library targets .NET Standard 2.0.

10/23/2020 Version 1.0.1
1. Added .NET Core 2.1 version of Class Library to NuGet.