SirenOfShame.Device 1.0.1

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

// Install SirenOfShame.Device as a Cake Tool
#tool nuget:?package=SirenOfShame.Device&version=1.0.1

A UWP API for reading from and writing to a siren of shame device using the HID USB protocol.  Provies notifications for when a device is connected and disconnected.  Allows reading led and audio patterns available as well as playing those patterns on the device.

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible.  netcore50-wp is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.1 1,806 6/12/2016
1.0.0 1,016 5/31/2016

Added ARM support (for Windows IoT and Raspberry Pi, and theoretically WinPhone too). Removed MetroLog dependency.