diff options
author | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2015-11-06 14:46:42 +0100 |
---|---|---|
committer | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2015-11-06 14:46:42 +0100 |
commit | b1752abbc0c443c3b89f5a4f039ee033c1c07d23 (patch) | |
tree | bc9a5dbe55d58a1c708b49ff7db6728623f57883 /TwoStepsAuthenticator.nuspec | |
parent | ecb719c9ca7f802fd14e2a9ee9d2271312129401 (diff) | |
download | TwoStepsAuthenticator-b1752abbc0c443c3b89f5a4f039ee033c1c07d23.zip TwoStepsAuthenticator-b1752abbc0c443c3b89f5a4f039ee033c1c07d23.tar.gz TwoStepsAuthenticator-b1752abbc0c443c3b89f5a4f039ee033c1c07d23.tar.bz2 |
Added Nuget file
Diffstat (limited to 'TwoStepsAuthenticator.nuspec')
-rw-r--r-- | TwoStepsAuthenticator.nuspec | 16 |
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 |