nexus.core 0.36.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package nexus.core --version 0.36.2
NuGet\Install-Package nexus.core -Version 0.36.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="nexus.core" Version="0.36.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nexus.core --version 0.36.2
#r "nuget: nexus.core, 0.36.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install nexus.core as a Cake Addin
#addin nuget:?package=nexus.core&version=0.36.2

// Install nexus.core as a Cake Tool
#tool nuget:?package=nexus.core&version=0.36.2

Cross-platform core library with a logging API and other fundamental types, interfaces, functions, and data structures.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on nexus.core:

Package Downloads
ble.net

Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API. Reference this nuget from your Shared or PCL or .NetStandard project, and reference the relevant platform NuGet (ble.net-android / ble.net-ios / ble.net-uwp) in your final application. Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md

ble.net-android

Android (API 18+) implementation of BLE.net cross-platform Bluetooth Low Energy library. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API. To get started, add these normal permissions to your app: [assembly: UsesPermission( Manifest.Permission.Bluetooth )] [assembly: UsesPermission( Manifest.Permission.BluetoothAdmin )] Then in your main Activity OnCreated(), initialize and obtain the adapter. Retain this adapter reference for the lifetime of your app: BluetoothLowEnergyAdapter.Init( this ); var ble = BluetoothLowEnergyAdapter.ObtainDefaultAdapter( this ); Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md

ble.net-ios

iOS (7+) implementation of BLE.net cross-platform Bluetooth Low Energy library. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API. To get started, obtain the adapter from main or your AppDelegate, and retain this reference for the lifetime of your app: var ble = BluetoothLowEnergyAdapter.ObtainDefaultAdapter(); Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md

ble.net-uwp

Windows 10 (1511+) implementation of BLE.net cross-platform Bluetooth Low Energy library. Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md

BluetoothLowEnergy

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on nexus.core:

Repository Stars
nexussays/ble.net
Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP
Version Downloads Last updated
0.36.6 14,405 2/23/2021
0.36.5 1,059 2/6/2021
0.36.2 23,734 4/14/2020
0.36.1 1,735 12/8/2019
0.36.0 1,854 10/19/2019
0.35.0 13,238 2/9/2019
0.34.2 2,096 12/17/2018
0.34.1 2,336 10/22/2018
0.34.0 61,232 10/9/2018
0.33.4 1,840 9/21/2018
0.33.3 2,002 9/7/2018
0.33.2 1,400 8/30/2018
0.33.1 1,411 8/21/2018
0.33.0 2,120 8/4/2018
0.32.0 38,301 3/16/2018
0.31.0 32,557 1/12/2018
0.30.0 1,898 11/6/2017
0.29.5 2,391 9/10/2017
0.29.4 4,157 7/19/2017
0.29.0 1,834 6/7/2017
0.28.1 1,587 6/7/2017
0.28.0 1,520 6/6/2017
0.27.1 1,703 5/25/2017
0.27.0 2,499 5/25/2017
0.26.8 1,692 5/9/2017
0.26.7 6,621 5/5/2017
0.26.6 1,937 4/10/2017
0.26.5 1,702 3/30/2017
0.26.4 1,736 2/12/2017
0.26.3 4,569 2/9/2017
0.26.2 2,247 2/8/2017
0.26.0 1,642 1/19/2017
0.25.8 2,538 1/7/2017
0.25.7 6,071 12/20/2016
0.25.6 1,579 12/15/2016
0.25.5 2,519 12/14/2016
0.25.3 1,523 12/13/2016
0.25.1 1,547 12/13/2016
0.25.0 1,567 12/13/2016
0.14.2 1,724 10/7/2016
0.14.1 1,963 5/25/2016
0.14.0 1,795 5/25/2016
0.13.2 1,463 5/15/2016
0.13.1 1,593 5/14/2016
0.13.0 1,572 5/1/2016
0.12.1 1,912 2/21/2016
0.12.0 1,818 2/21/2016
0.11.3 1,768 2/9/2016
0.11.2 2,624 1/27/2016
0.11.0-alpha 1,628 1/27/2016
0.9.11 1,850 1/22/2016
0.9.10 1,784 1/17/2016
0.9.8 1,740 1/17/2016
0.9.7 1,852 1/12/2016
0.9.6 1,792 1/11/2016
0.9.5 1,783 1/8/2016
0.9.4 1,846 12/5/2015
0.9.3 1,881 12/5/2015
0.9.2 1,803 12/5/2015
0.9.1 1,594 12/5/2015
0.9.0 2,560 12/5/2015