Skip to content

The minor release that fixes some method, enumeration item names

Latest
Compare
Choose a tag to compare
@rostislav-nikitin rostislav-nikitin released this 08 Aug 02:47
· 14 commits to master since this release
  1. The IBluetoothAdapter method IBluetoothConnection CreateConnectionAsync(BluetoothDeviceModel bluetoothDeviceModel); name was changed to the:
    IBluetoothConnection CreateConnection(BluetoothDeviceModel bluetoothDeviceModel); one.
    The Async suffix was removed because it is not awaitable method
  2. The NuGet package description was updated
  3. The ConnectionState.ErrorHappend was updated to the ConnectionState.ErrorOccured