summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKyle Spearrin <kyle.spearrin@gmail.com>2018-01-05 09:47:23 -0500
committerKyle Spearrin <kyle.spearrin@gmail.com>2018-01-05 09:47:23 -0500
commit57faeeb1a60e280269ff608df682a245dbe81630 (patch)
treee52f3a325ba7ff2cd2f3ff7e124379228df8e287 /src
parent90c1114013f1f8b07603fccfcab52ead18af8878 (diff)
downloadOtp.NET-57faeeb1a60e280269ff608df682a245dbe81630.zip
Otp.NET-57faeeb1a60e280269ff608df682a245dbe81630.tar.gz
Otp.NET-57faeeb1a60e280269ff608df682a245dbe81630.tar.bz2
update description
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Otp.NET/Otp.NET.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Otp.NET/Otp.NET.csproj b/src/Otp.NET/Otp.NET.csproj
index 63dafd5..5fa9a30 100755
--- a/src/Otp.NET/Otp.NET.csproj
+++ b/src/Otp.NET/Otp.NET.csproj
@@ -9,7 +9,9 @@
<Copyright>Kyle Spearrin</Copyright>
<PackageProjectUrl>https://github.com/kspearrin/Otp.NET</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/kspearrin/Otp.NET/master/LICENSE.txt</PackageLicenseUrl>
- <Description>An implementation of TOTP and HOTP 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>
+ <Description>An implementation of TOTP and HOTP which are 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 and examples visit the project website on GitHub at https://github.com/kspearrin/Otp.NET</Description>
<Summary>An implementation of TOTP which is commonly used for multi factor authentication.</Summary>
<PackageTags>otp,totp,hotp,2fa,two factor</PackageTags>
<PackageIconUrl>http://i.imgur.com/XFfC64v.png</PackageIconUrl>