From 2942481c10d4f87f25e3067ff92759fe7cce4fd6 Mon Sep 17 00:00:00 2001 From: Sam Cook Date: Mon, 7 Dec 2015 12:26:27 +0000 Subject: [PATCH] Add nuget package --- README.md | 2 ++ u2fhost.nuspec | 27 +++++++++++++++++++++++++++ u2fhost.sln | 1 + 3 files changed, 30 insertions(+) create mode 100644 u2fhost.nuspec diff --git a/README.md b/README.md index 8483943..6f55f97 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file diff --git a/u2fhost.nuspec b/u2fhost.nuspec new file mode 100644 index 0000000..e2f69b0 --- /dev/null +++ b/u2fhost.nuspec @@ -0,0 +1,27 @@ + + + + u2fhost.net + 1.0.0 + u2fhost.net + Sam Cook + Sam Cook + https://github.com/samcook/u2fhost.net/blob/master/LICENSE + https://github.com/samcook/u2fhost.net + + false + A library for communicating with U2F devices over USB. + +1.0.0 - Initial release + + Copyright 2015 Sam Cook + U2F USB HID Fido Universal 2nd Factor Yubikey + + + + + + + + + \ No newline at end of file diff --git a/u2fhost.sln b/u2fhost.sln index afb6c80..d25a5ad 100644 --- a/u2fhost.sln +++ b/u2fhost.sln @@ -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