HidSharp 1.5.0

dotnet add package HidSharp --version 1.5.0
NuGet\Install-Package HidSharp -Version 1.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="HidSharp" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HidSharp --version 1.5.0
#r "nuget: HidSharp, 1.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 HidSharp as a Cake Addin
#addin nuget:?package=HidSharp&version=1.5.0

// Install HidSharp as a Cake Tool
#tool nuget:?package=HidSharp&version=1.5.0

HIDSharp is a cross-platform .NET wrapper for Windows, MacOS, and Linux (hidraw) USB HID APIs.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (15)

Showing the top 5 popular GitHub repositories that depend on HidSharp:

Repository Stars
LibreHardwareMonitor/LibreHardwareMonitor
Libre Hardware Monitor, home of the fork of Open Hardware Monitor
nefarius/ScpToolkit
Windows Driver and XInput Wrapper for Sony DualShock 3/4 Controllers
csutorasa/XOutput
DirectInput to XInput wrapper
Artemis-RGB/Artemis
Provides advanced unified lighting across many different brands RGB peripherals
Hofknecht/SystemTrayMenu
SystemTrayMenu - Browse and open your files easily
Version Downloads Last updated
1.5.0 619 5/18/2013
1.4.0.1 84 4/21/2013
1.4.0 50 4/20/2013
1.3.0 51 2/23/2013

1.5 (May 18, 2013):
 Added the DevicePath property to HidDevice.
 This is useful for differentiating devices with the same VID, PID, etc.

1.4.0.1 (April 21, 2013):
 Added missing XML documentation file to the archive.

1.4 (April 20, 2013):
 Documented the most important classes.
 Fixed a problem with output reports on 64-bit Windows.
 Fixed a timeout bug on Windows.
 Parallelized device enumeration.
 Reordered platform detection to prevent binary planting on Windows.

1.3 (February 23, 2013):
 Fixed Linux libudev reference to not require developer package symlinks.
 
1.2 (October 16, 2012):
 Fixed MacOS support.

1.1 (July 28, 2012):
 Added experimental MacOS and Linux support.
 Added experimental report descriptor parsing.
 
1.0 (August 28, 2010):
 Initial release.