Device.Net.LibUsb 2.5.0

.NET Standard 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package Device.Net.LibUsb --version 2.5.0
NuGet\Install-Package Device.Net.LibUsb -Version 2.5.0
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="Device.Net.LibUsb" Version="2.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Device.Net.LibUsb --version 2.5.0
#r "nuget: Device.Net.LibUsb, 2.5.0"
#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 Device.Net.LibUsb as a Cake Addin
#addin nuget:?package=Device.Net.LibUsb&version=2.5.0

// Install Device.Net.LibUsb as a Cake Tool
#tool nuget:?package=Device.Net.LibUsb&version=2.5.0

Device.Net based library for USB access on Linux, MacOS and Windows. Use Usb.Net, and Hid.Net for Windows, UWP, and Android support. The base interfaces are the same so the code is compatible on all platforms.

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.3.0-beta 350 10/30/2021
4.2.1 1,970 7/20/2021
4.2.0 254 7/20/2021
4.1.0 322 7/18/2021
4.0.9-alpha 200 1/26/2021
4.0.8-alpha 153 1/23/2021
4.0.7-alpha 236 12/30/2020
4.0.6-alpha 250 12/26/2020
4.0.5-alpha 209 12/24/2020
4.0.4-alpha 229 12/24/2020
4.0.3-alpha 185 12/21/2020
4.0.2-alpha 210 12/13/2020
3.1.0 3,524 9/5/2019
3.0.0 527 8/19/2019
3.0.0-beta2 336 8/3/2019
3.0.0-beta 331 7/21/2019
2.9.0 646 7/2/2019
2.8.0 497 6/23/2019
2.7.0 739 3/30/2019
2.6.1 622 3/19/2019
2.5.1 753 2/4/2019
2.5.0 596 2/3/2019

First version of the library. Tested on MacOS and Windows.