summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'TwoStepsAuthenticator.nuspec')
-rw-r--r--TwoStepsAuthenticator.nuspec16
1 files changed, 16 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.nuspec b/TwoStepsAuthenticator.nuspec
new file mode 100644
index 0000000..7676e83
--- /dev/null
+++ b/TwoStepsAuthenticator.nuspec
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+ <metadata>
+ <id>TwoStepsAuthenticator</id>
+ <version>1.0.1</version>
+ <title>TwoStepsAuthenticator</title>
+ <authors>Guillaume Lacasa</authors>
+ <licenseUrl>https://raw.githubusercontent.com/glacasa/TwoStepsAuthenticator/master/LICENSE</licenseUrl>
+ <projectUrl>https://github.com/glacasa/TwoStepsAuthenticator</projectUrl>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>.net implementation of the TOTP: Time-Based One-Time Password Algorithm and HOTP: HMAC-Based One-Time Password Algorithm</description>
+ </metadata>
+ <files>
+ <file src="lib\net45\TwoStepsAuthenticator.dll" target="lib\net45\TwoStepsAuthenticator.dll" />
+ </files>
+</package> \ No newline at end of file