summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKyle Spearrin <kyle.spearrin@gmail.com>2018-01-05 09:33:24 -0500
committerKyle Spearrin <kyle.spearrin@gmail.com>2018-01-05 09:33:24 -0500
commit0425a933b1a2ac80a3bdf7234efef01fb5b794b7 (patch)
treeab8acc80290cb84a44adaa427a76949aa920e0d0 /src
parent65e420d0c7186060d974d09ca1bc0b91b952c9e4 (diff)
downloadOtp.NET-0425a933b1a2ac80a3bdf7234efef01fb5b794b7.zip
Otp.NET-0425a933b1a2ac80a3bdf7234efef01fb5b794b7.tar.gz
Otp.NET-0425a933b1a2ac80a3bdf7234efef01fb5b794b7.tar.bz2
csproj meta update
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Otp.NET/Otp.NET.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Otp.NET/Otp.NET.csproj b/src/Otp.NET/Otp.NET.csproj
index b853748..12d9e74 100755
--- a/src/Otp.NET/Otp.NET.csproj
+++ b/src/Otp.NET/Otp.NET.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>1.1.0</Version>
+ <Version>1.2.0</Version>
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
<PackageId>Otp.NET</PackageId>
<Title>Otp.NET</Title>
@@ -9,9 +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 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 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>
+ <PackageTags>otp,totp,hotp,2fa,two factor</PackageTags>
<PackageIconUrl>http://i.imgur.com/XFfC64v.png</PackageIconUrl>
<RepositoryUrl>https://github.com/kspearrin/Otp.NET</RepositoryUrl>
<SignAssembly>true</SignAssembly>