summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Otp.NET.nuspec4
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"/>