diff --git a/.build/MvvmCross.Plugin.BLE.nuspec b/.build/MvvmCross.Plugin.BLE.nuspec index e749b831..43fce15d 100644 --- a/.build/MvvmCross.Plugin.BLE.nuspec +++ b/.build/MvvmCross.Plugin.BLE.nuspec @@ -1,7 +1,7 @@ MvvmCross.Plugin.BLE - 1.3.0-beta1 + 1.3.0-beta2 Bluetooth LE Plugin for MvvmCross Adrian Seceleanu, Sven-Michael Stübe Adrian Seceleanu, Sven-Michael Stübe @@ -15,6 +15,8 @@ mvvm mvvmcross mvx xamarin monodroid Xamarin.iOS Xamarin.Android Bluetooth Low Energy BLE LE BTLE Smart ios android forms xamarinforms https://raw.githubusercontent.com/xabre/xamarin-bluetooth-le/master/icon_small.png + [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] @@ -44,15 +46,15 @@ - + - + - + diff --git a/.build/Plugin.BLE.nuspec b/.build/Plugin.BLE.nuspec index de9daf34..0b8f5cd0 100644 --- a/.build/Plugin.BLE.nuspec +++ b/.build/Plugin.BLE.nuspec @@ -1,7 +1,7 @@ Plugin.BLE - 1.3.0-beta1 + 1.3.0-beta2 Bluetooth LE Plugin for Xamarin Adrian Seceleanu, Sven-Michael Stübe Adrian Seceleanu, Sven-Michael Stübe @@ -15,6 +15,8 @@ xamarin monodroid Xamarin.iOS bluetooth BLE LE BTLE Smart xamarin.forms ios android forms xamarinforms https://raw.githubusercontent.com/xabre/xamarin-bluetooth-le/master/icon_small.png + [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] diff --git a/doc/changelog.md b/doc/changelog.md index c7d45b62..02c5e2cc 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,11 +1,13 @@ # Changelog ## 1.3.0 +#### 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 +- GATT callback refactoring, one GattCallback instance per device instead of a global one ## 1.2.3 - #183: Android fixed UpdateRssiAsync