diff options
-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> |