diff options
author | Kyle Spearrin <kspearrin@imobile3.com> | 2017-01-13 21:40:51 -0500 |
---|---|---|
committer | Kyle Spearrin <kspearrin@imobile3.com> | 2017-01-13 21:40:51 -0500 |
commit | eb78321ca6cf7c5eaee11fee16f4f4d294ba7eb5 (patch) | |
tree | e7bd4b9ff3b847e6db2ff5f8ae6f6de71883d4d4 /Otp.NET.nuspec | |
parent | 354040e8834e80fb64737ff0b2607945530678b3 (diff) | |
download | Otp.NET-eb78321ca6cf7c5eaee11fee16f4f4d294ba7eb5.zip Otp.NET-eb78321ca6cf7c5eaee11fee16f4f4d294ba7eb5.tar.gz Otp.NET-eb78321ca6cf7c5eaee11fee16f4f4d294ba7eb5.tar.bz2 |
initial port of otpsharpv1.0.0
Diffstat (limited to 'Otp.NET.nuspec')
-rw-r--r-- | Otp.NET.nuspec | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Otp.NET.nuspec b/Otp.NET.nuspec new file mode 100644 index 0000000..296f9f1 --- /dev/null +++ b/Otp.NET.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>Otp.NET</id> + <version>1.0.0</version> + <authors>Kyle Spearrin</authors> + <projectUrl>https://github.com/kspearrin/Otp.NET</projectUrl> + <licenseUrl>https://raw.githubusercontent.com/kspearrin/Otp.NET/master/LICENSE.txt</licenseUrl> + <title>Otp.NET</title> + <description>An implementation of TOTP which is commonly used for multi factor authentication by using a shared key between the client and the server to generate and verify one time use codes. For documentation, visit https://github.com/kspearrin/BerTlv.NET</description> + <tags>otp totp 2fa</tags> + </metadata> + <files> + <file src="src\Otp.NET\bin\Release\net45\Otp.NET.dll" target="lib\net45"/> + <file src="src\Otp.NET\bin\Release\netstandard1.3\Otp.NET.dll" target="lib\netstandard1.3"/> + </files> +</package>
\ No newline at end of file |