summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--TwoStepsAuthenticator.sln1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index da4411c..8a81e58 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
TwoStepsAuthenticator
=====================
+![Build status](https://glacasa.visualstudio.com/DefaultCollection/_apis/public/build/definitions/ab4c93fc-5d51-44a7-b9e5-fcd42fbb9bc3/7/badge)
[![NuGet](https://img.shields.io/nuget/v/TwoStepsAuthenticator.svg)](https://github.com/glacasa/TwoStepsAuthenticator)
.net implementation of the TOTP: Time-Based One-Time Password Algorithm and HOTP: HMAC-Based One-Time Password Algorithm<br/>
@@ -11,7 +12,6 @@ Compatible with Microsoft Authenticator for Windows Phone, and Google Authentica
You can use this library as well for a client application (if you want to create your own authenticator) or for a server application (add two-step authentication on your asp.net website)
-![Build status](https://glacasa.visualstudio.com/DefaultCollection/_apis/public/build/definitions/ab4c93fc-5d51-44a7-b9e5-fcd42fbb9bc3/7/badge)
# Install using Nuget
diff --git a/TwoStepsAuthenticator.sln b/TwoStepsAuthenticator.sln
index 88c3a3a..a72338d 100644
--- a/TwoStepsAuthenticator.sln
+++ b/TwoStepsAuthenticator.sln
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
+ TwoStepsAuthenticator.nuspec = TwoStepsAuthenticator.nuspec
EndProjectSection
EndProject
Global