Plugin.BLE.Net 3.0.0-alpha.1

This is a prerelease version of Plugin.BLE.Net.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Plugin.BLE.Net --version 3.0.0-alpha.1
NuGet\Install-Package Plugin.BLE.Net -Version 3.0.0-alpha.1
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="Plugin.BLE.Net" Version="3.0.0-alpha.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plugin.BLE.Net --version 3.0.0-alpha.1
#r "nuget: Plugin.BLE.Net, 3.0.0-alpha.1"
#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.
// Install Plugin.BLE.Net as a Cake Addin
#addin nuget:?package=Plugin.BLE.Net&version=3.0.0-alpha.1&prerelease

// Install Plugin.BLE.Net as a Cake Tool
#tool nuget:?package=Plugin.BLE.Net&version=3.0.0-alpha.1&prerelease

.NET 6 plugin to access Bluetooth Low Energy functionality on Android and iOS.
     Forked from https://github.com/xabre/xamarin-bluetooth-le and added support for net6-android and net6-ios targets.

Product Compatible and additional computed target framework versions.
.NET net6.0-android31.0 is compatible.  net6.0-ios15.4 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net8.0-android was computed.  net8.0-ios was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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

[3.0.0-alpha1]
     Removed MVVMCross support. Removed MacoS and UWP targets.
     Re-targeted the projects to net6.
     [2.2.0-pre4]
     - Merged fixes from 2.1.3
     - #594 Added null-check to StartScanningForDevicesNativeAsync
     - #596 Added null-checks
     - #598 Bump Microsoft.Toolkit.Uwp.Connectivity to version 6.1.1 and .NETCore to 6.2.13
     - #599 Fix for Acr.UserDialogs bait library problem
     [2.2.0-pre2]
     - #376 Android: Main thread queue experimental
     - #336 Get service by GUID
     - #381 Merged PR
     - Merged fixes from 2.1.1
     [2.2.0-pre1]
     - UWP support
     [2.1.3]
     - Feature: additional scan filtering on Android, for manufacturer data, service data, device adress or device name (fixes #515)
     - Adding unacknowledged writes to iOS (fixes #473)
     - Add GetKnownDevicesByIds methods to get paired devices without the need of connecting to them
     - Added cancellation token support in Characteristic.StartUpdatesAsync and StopUpdatesAsync
     - Fix Android autoConnect flag
     - Update sample client to Android 12 (fixes #568)
     [2.1.2]
     - Correctly close a gatt when a connection attempt is cancelled (fixes #484)
     - Use NSBluetoothAlwaysUsageDescription in iOS and macOS samples (fixes #455, #498)
     - Android: enable BT5 advertising extensions (fixes #495)
     - Fixed cake build and updated build instructions (fixes #492)
     - Added locking to DeviceBase.KnownServices (fixes #406)
     - Updated Mac project to output the same filename as the other platforms (fixes #430, #491)
     - Added iOS/Mac support for 32-bit and 16-bit Service UUIDs (fixes #445)
     [2.1.1]
     - iOS #373, #377 Fixed trace output that caused NRE.
     [2.1.0]
     - Use IReadOnlyLists for Services/ Characteristics/ Descriptors and concurrent collections for DiscoveredDevices/ConnectedDevices
     Should prevent crashes like: #320
     - #54 MacOS support
     [2.1.0-pre1]
     - #54 macOS support
     [2.0.1]
     - Fix #367
     [2.0.0]
     - .NETStandard 2.0
     - Merge PR #365 (NRE), #358, #359, #341, #314, #332, #331, #329, #307
     - Update to package references/ update sample apps/ update libraries
     [2.0.0-pre1]
     - NETStandard 1.0
     - Merge PR #298, #289, #290, #263
     [1.3.0] (stable)
     - Stable release including all the 1.3.0-beta.x previous releases.
     - Merge pull request #229 and #224 which fixed #227 set descriptor for android characteristic stop notify.
     [1.3.0-beta.3]
     - Merge pull request #200. Possibility to change ConnectionPriority/ ConnectionInterval for Android
     [1.3.0-beta.2]
     - #198 Android. Clear cached services, characteristics etc on signal loss
     [1.3.0-beta.1]
     - Merge PR #195 Request MTU
     [1.3.0-alpha.1]
     - GATT callback refactoring
     [1.2.3]
     - #183: Android fixed UpdateRssiAsync
     [1.2.2]
     - #136: Added support for scan modes
     [1.2.1]
     - Merge PR #157 iOS add support for NSString descriptor values
     - Merge PR #148 Added a boolean (forceBleTransport) to force the use of transport parameter to BLE in connectGatt method in Android
     - Breaking changes: ConnectDeviceAsync optional parameters are now encapsulated in a ConnectParameter class
     [1.2.0]
     - #150 iOS: No disconnect when the connect CancelationToken is cancelled after a successful connect.

     for older releases: https://github.com/xabre/xamarin-bluetooth-le/blob/master/doc/changelog.md