u2flib 1.0.6

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

// Install u2flib as a Cake Tool
#tool nuget:?package=u2flib&version=1.0.6

This repository provides functionality for working with the server side aspects of the U2F protocol on Windows.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 is compatible.  net46 was computed.  net461 was computed.  net462 is compatible.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on u2flib:

Package Downloads
u2fhost.net

A library for communicating with U2F devices over USB.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 66,959 6/26/2017
1.0.5 10,385 11/13/2016
1.0.4 1,310 1/3/2016
1.0.2 1,099 12/24/2015
1.0.1 5,552 4/3/2015

Updated for single challenge for each device. Changed the comments in the U2F class to matched .NET documentation standard.