Skip to content

Commit

Permalink
Add nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Dec 7, 2015
1 parent f322697 commit 2942481
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A library for communicating with U2F devices over USB.

Makes use of [HidLibrary](https://github.com/mikeobrien/HidLibrary) and [u2flib](https://github.com/brucedog/u2flib).

u2fhost.net is available using Nuget - search for [u2fhost.net](https://www.nuget.org/packages/u2fhost.net).

## Usage

See [Sample.cs](https://github.com/samcook/u2fhost.net/blob/master/u2fhost.console/Sample.cs)
27 changes: 27 additions & 0 deletions u2fhost.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>u2fhost.net</id>
<version>1.0.0</version>
<title>u2fhost.net</title>
<authors>Sam Cook</authors>
<owners>Sam Cook</owners>
<licenseUrl>https://github.com/samcook/u2fhost.net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/samcook/u2fhost.net</projectUrl>
<!--<iconUrl></iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A library for communicating with U2F devices over USB.</description>
<releaseNotes>
1.0.0 - Initial release
</releaseNotes>
<copyright>Copyright 2015 Sam Cook</copyright>
<tags>U2F USB HID Fido Universal 2nd Factor Yubikey</tags>
<dependencies>
<dependency id="hidlibrary" version="3.2.31.0"/>
<dependency id="u2flib" version="1.0.1"/>
</dependencies>
</metadata>
<files>
<file src="u2fhost\bin\Release\u2fhost.dll" target="lib\net45" />
</files>
</package>
1 change: 1 addition & 0 deletions u2fhost.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
u2fhost.nuspec = u2fhost.nuspec
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 2942481

Please sign in to comment.