forked from jennings/OATH.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOATH.Net.nuspec
More file actions
18 lines (18 loc) · 847 Bytes
/
OATH.Net.nuspec
File metadata and controls
18 lines (18 loc) · 847 Bytes
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>