diff options
author | Kyle Spearrin <kyle.spearrin@gmail.com> | 2017-08-16 22:27:18 -0400 |
---|---|---|
committer | Kyle Spearrin <kyle.spearrin@gmail.com> | 2017-08-16 22:27:18 -0400 |
commit | 61c5cf8712259bd9c95a8c6a28c323ac7415cc03 (patch) | |
tree | 71c138757163116ec6eaf2758c89b5a87bb95a06 | |
parent | 4bcb263d58d341ce94065e3776efcbf0ab3f2979 (diff) | |
download | Otp.NET-61c5cf8712259bd9c95a8c6a28c323ac7415cc03.zip Otp.NET-61c5cf8712259bd9c95a8c6a28c323ac7415cc03.tar.gz Otp.NET-61c5cf8712259bd9c95a8c6a28c323ac7415cc03.tar.bz2 |
add missing tagsv1.1.0
-rwxr-xr-x | src/Otp.NET/Otp.NET.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Otp.NET/Otp.NET.csproj b/src/Otp.NET/Otp.NET.csproj index 21883c9..b853748 100755 --- a/src/Otp.NET/Otp.NET.csproj +++ b/src/Otp.NET/Otp.NET.csproj @@ -4,10 +4,13 @@ <Version>1.1.0</Version> <TargetFrameworks>netstandard1.3;net45</TargetFrameworks> <PackageId>Otp.NET</PackageId> + <Title>Otp.NET</Title> <Authors>Kyle Spearrin</Authors> + <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 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> + <Summary>An implementation of TOTP which is commonly used for multi factor authentication.</Summary> <PackageTags>otp,totp,2fa,two factor</PackageTags> <PackageIconUrl>http://i.imgur.com/XFfC64v.png</PackageIconUrl> <RepositoryUrl>https://github.com/kspearrin/Otp.NET</RepositoryUrl> |