Skip to content

Commit

Permalink
add missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Aug 17, 2017
1 parent 4bcb263 commit 61c5cf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Otp.NET/Otp.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 61c5cf8

Please sign in to comment.