Skip to content

Commit 61c5cf8

Browse files
committed
add missing tags
1 parent 4bcb263 commit 61c5cf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Otp.NET/Otp.NET.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
<Version>1.1.0</Version>
55
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
66
<PackageId>Otp.NET</PackageId>
7+
<Title>Otp.NET</Title>
78
<Authors>Kyle Spearrin</Authors>
9+
<Copyright>Kyle Spearrin</Copyright>
810
<PackageProjectUrl>https://github.com/kspearrin/Otp.NET</PackageProjectUrl>
911
<PackageLicenseUrl>https://raw.githubusercontent.com/kspearrin/Otp.NET/master/LICENSE.txt</PackageLicenseUrl>
1012
<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>
13+
<Summary>An implementation of TOTP which is commonly used for multi factor authentication.</Summary>
1114
<PackageTags>otp,totp,2fa,two factor</PackageTags>
1215
<PackageIconUrl>http://i.imgur.com/XFfC64v.png</PackageIconUrl>
1316
<RepositoryUrl>https://github.com/kspearrin/Otp.NET</RepositoryUrl>

0 commit comments

Comments
 (0)