summaryrefslogtreecommitdiffstats
path: root/Otp.NET.nuspec
blob: d1bb75b2d23ad5680c8fa2864bbdefd770e1ecd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?><package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Otp.NET</id>
    <version>1.0.1</version>
    <authors>Kyle Spearrin</authors>
    <projectUrl>https://github.com/kspearrin/Otp.NET</projectUrl>
    <licenseUrl>https://raw.githubusercontent.com/kspearrin/Otp.NET/master/LICENSE.txt</licenseUrl>
    <title>Otp.NET</title>
    <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>
    <tags>otp totp 2fa</tags>
  </metadata>
  <files>
    <file src="src\Otp.NET\bin\Release\net45\Otp.NET.dll" target="lib\net45"/>
    <file src="src\Otp.NET\bin\Release\netstandard1.3\Otp.NET.dll" target="lib\netstandard1.3"/>
  </files>
</package>