Skip to content

Commit

Permalink
Updated nuspec version to 1.3.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
xabre committed Apr 27, 2017
1 parent c772220 commit 8ca2958
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .build/MvvmCross.Plugin.BLE.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MvvmCross.Plugin.BLE</id>
<version>1.3.0-beta1</version>
<version>1.3.0-beta2</version>
<title>Bluetooth LE Plugin for MvvmCross</title>
<authors>Adrian Seceleanu, Sven-Michael Stübe</authors>
<owners>Adrian Seceleanu, Sven-Michael Stübe</owners>
Expand All @@ -15,6 +15,8 @@
<tags>mvvm mvvmcross mvx xamarin monodroid Xamarin.iOS Xamarin.Android Bluetooth Low Energy BLE LE BTLE Smart ios android forms xamarinforms</tags>
<iconUrl>https://raw.githubusercontent.com/xabre/xamarin-bluetooth-le/master/icon_small.png</iconUrl>
<releaseNotes>
[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]
Expand Down Expand Up @@ -44,15 +46,15 @@
<dependencies>
<group targetFramework="MonoAndroid">
<dependency id="MvvmCross.Platform" version="4.1.0" />
<dependency id="Plugin.BLE" version="[1.3.0-beta1]" />
<dependency id="Plugin.BLE" version="[1.3.0-beta2]" />
</group>
<group targetFramework="Xamarin.iOS">
<dependency id="MvvmCross.Platform" version="4.1.0" />
<dependency id="Plugin.BLE" version="[1.3.0-beta1]" />
<dependency id="Plugin.BLE" version="[1.3.0-beta2]" />
</group>
<group targetFramework="portable-net45+win8+wpa81+wp8">
<dependency id="MvvmCross.Platform" version="4.1.0" />
<dependency id="Plugin.BLE" version="[1.3.0-beta1]" />
<dependency id="Plugin.BLE" version="[1.3.0-beta2]" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 3 additions & 1 deletion .build/Plugin.BLE.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Plugin.BLE</id>
<version>1.3.0-beta1</version>
<version>1.3.0-beta2</version>
<title>Bluetooth LE Plugin for Xamarin</title>
<authors>Adrian Seceleanu, Sven-Michael Stübe</authors>
<owners>Adrian Seceleanu, Sven-Michael Stübe</owners>
Expand All @@ -15,6 +15,8 @@
<tags>xamarin monodroid Xamarin.iOS bluetooth BLE LE BTLE Smart xamarin.forms ios android forms xamarinforms</tags>
<iconUrl>https://raw.githubusercontent.com/xabre/xamarin-bluetooth-le/master/icon_small.png</iconUrl>
<releaseNotes>
[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]
Expand Down
4 changes: 3 additions & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ca2958

Please sign in to comment.