diff options
author | Kyle Spearrin <kyle.spearrin@gmail.com> | 2017-01-28 21:59:49 -0500 |
---|---|---|
committer | Kyle Spearrin <kyle.spearrin@gmail.com> | 2017-01-28 21:59:49 -0500 |
commit | a181beb7bed0e84e38a6f6c14e90384cff0426f9 (patch) | |
tree | b7cddc57aef4233a403ff363ceae132f507c8ed7 /Otp.NET.nuspec | |
parent | 75515933f3eb8c2dc57d5cc6a915341e9d7f9b7c (diff) | |
download | Otp.NET-a181beb7bed0e84e38a6f6c14e90384cff0426f9.zip Otp.NET-a181beb7bed0e84e38a6f6c14e90384cff0426f9.tar.gz Otp.NET-a181beb7bed0e84e38a6f6c14e90384cff0426f9.tar.bz2 |
nuspec updates
Diffstat (limited to 'Otp.NET.nuspec')
-rw-r--r-- | Otp.NET.nuspec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Otp.NET.nuspec b/Otp.NET.nuspec index d1bb75b..d46c0c8 100644 --- a/Otp.NET.nuspec +++ b/Otp.NET.nuspec @@ -7,7 +7,9 @@ <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/Otp.NET</description> - <tags>otp totp 2fa</tags> + <summary>An implementation of TOTP which is commonly used for multi factor authentication.</summary> + <tags>otp totp 2fa two factor</tags> + <iconUrl>http://i.imgur.com/XFfC64v.png</iconUrl> </metadata> <files> <file src="src\Otp.NET\bin\Release\net45\Otp.NET.dll" target="lib\net45"/> |