Skip to content

Commit

Permalink
Release 3.1.0-beta.3
Browse files Browse the repository at this point in the history
* update version in csproj files
* amend changelog.md
  • Loading branch information
janusw committed Mar 25, 2024
1 parent e2b414d commit c999ca2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/MvvmCross.Plugins.BLE/MvvmCross.Plugins.BLE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);MonoAndroid13.0;Xamarin.iOS10;Xamarin.Mac20;uap10.0.19041;net7.0-windows10.0.19041;net8.0-windows10.0.19041</TargetFrameworks>
<AssemblyName>MVVMCross.Plugins.BLE</AssemblyName>
<RootNamespace>MVVMCross.Plugins.BLE</RootNamespace>
<Version>3.1.0-beta.2</Version>
<Version>3.1.0-beta.3</Version>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<Authors>Adrian Seceleanu, Sven-Michael Stübe, Janus Weil</Authors>
<PackageId>MvvmCross.Plugin.BLE</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion Source/Plugin.BLE/Plugin.BLE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);MonoAndroid13.0;Xamarin.iOS10;Xamarin.Mac20;uap10.0.19041;net7.0-windows10.0.19041;net8.0-windows10.0.19041;net8.0-windows10.0.22000.0</TargetFrameworks>
<AssemblyName>Plugin.BLE</AssemblyName>
<RootNamespace>Plugin.BLE</RootNamespace>
<Version>3.1.0-beta.2</Version>
<Version>3.1.0-beta.3</Version>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<Authors>Adrian Seceleanu, Sven-Michael Stübe, Janus Weil</Authors>
<PackageId>Plugin.BLE</PackageId>
Expand Down
4 changes: 4 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 3.1

#### 3.1.0-beta.3
- #823 Implement BleImplementation.TrySetStateAsync on Android (fixes #821)
- #827 Fix a NullReferenceException in Characteristic.NSErrorToGattStatus on iOS (fixes #825)

#### 3.1.0-beta.2
- #784 Turn Bluetooth Radio On/Off
- #801 Connection parameters for Windows
Expand Down

0 comments on commit c999ca2

Please sign in to comment.