blob: 2d62e91197e1abdca7f28e85e144fc44ff6e1149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0"?>
<package >
<metadata>
<id>OATH.Net</id>
<version>0.2</version>
<authors>Stephen Jennings</authors>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/jennings/OATH.Net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Generates time-based and counter-based authentication tokens using the HOTP and TOTP algorithm (compatible with Google Authenticator).</description>
<releaseNotes>Add a validation method to the TimeBasedOtpGenerator.</releaseNotes>
<copyright>Copyright 2011-2014 Various Contributors</copyright>
</metadata>
<files>
<file src="OATH.Net\bin\Release\OATH.Net.dll" target="lib\net40" />
<file src="OATH.Net\bin\Release\OATH.Net.xml" target="lib\net40" />
</files>
</package>
|