Skip to content

Releases: dotnet-bluetooth-le/dotnet-bluetooth-le

3.1.0

21 May 12:23
Compare
Choose a tag to compare

What's Changed

(relative to 3.0.0)

New Contributors

Full Changelog: 3.0.0...3.1.0

3.1.0-rc.1

03 May 20:52
Compare
Choose a tag to compare
3.1.0-rc.1 Pre-release
Pre-release
  • #820 Windows Implementation for BondAsync and BondedDevices
  • #839 Windows: Handle that a device is already connected

3.1.0-beta.3

25 Mar 20:08
Compare
Choose a tag to compare
3.1.0-beta.3 Pre-release
Pre-release
  • #823 Implement BleImplementation.TrySetStateAsync on Android (fixes #821)
  • #827 Fix a NullReferenceException in Characteristic.NSErrorToGattStatus on iOS (fixes #825)

3.1.0-beta.2

13 Feb 20:41
Compare
Choose a tag to compare
3.1.0-beta.2 Pre-release
Pre-release
  • #784 Turn Bluetooth Radio On/Off
  • #801 Connection parameters for Windows
  • #805 Added services for Citysports treadmill (fixes #804)
  • #807 Fix GetSystemConnectedOrPairedDevices in Windows
  • #809 Fix ConnectionLost -> Connect for Windows

3.1.0-beta.1

18 Nov 12:08
Compare
Choose a tag to compare
3.1.0-beta.1 Pre-release
Pre-release
  • #746 Windows.Devices.Bluetooth Only
  • #764 ReadAsync updates characteristic value on Windows
  • #770 Remove .NET 6
  • #773 Added BroadcastName to AdvertisementRecordType (fixes #772)
  • #774 disable MainThreadInvoker in Adapter.ConnectToDeviceAsync (fixes #757)
  • #776 Improve Connect In Windows
  • #777 StateChanged for Windows
  • #778 Add support for .NET 8

3.0.0

08 Oct 11:58
Compare
Choose a tag to compare
  • Add support for MAUI (.NET 6 and 7), while keeping compatibility with Xamarin
  • Add support for Windows (UWP & WinUI, experimental)
  • Various improvements and bugfixes (see beta- and pre-releases)

3.0.0-rc.1

22 Sep 10:57
Compare
Choose a tag to compare
3.0.0-rc.1 Pre-release
Pre-release
  • #730 Bonding on Android (fixes #690)
  • #740 Target Android 13 everywhere

3.0.0-beta.6

05 Sep 21:09
Compare
Choose a tag to compare
3.0.0-beta.6 Pre-release
Pre-release
  • #728 Add Windows support for RequestMtuAsync (fixes #727)
  • #735 Fix DisconnectAsync hangs on Windows and Android after scanning then connecting with ConnectToKnownDeviceAsync (fixes #734)
  • #736 Add MAUI sample client

3.0.0-beta.5

05 Aug 14:07
Compare
Choose a tag to compare
3.0.0-beta.5 Pre-release
Pre-release
  • #721 Fix Windows connect/disconnect issues (fixes #423, #528, #536, #620)
  • #719 Fixed crash with incorrect data in advertisement data on Android (fixes #567, #713)
  • #708 Coding style fixes (fixes #693)

3.0.0-beta.4

22 May 06:56
Compare
Choose a tag to compare
3.0.0-beta.4 Pre-release
Pre-release
  • #669 Return error codes to application
  • #679 Querying adapter capabilities: extended advertisements & coded PHY
  • #685 Fix build on Mac
  • #688 IsConnectable