blob: 7676e8339f2024db4978198fe88853b7bdb4c787 (
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>TwoStepsAuthenticator</id>
<version>1.0.1</version>
<title>TwoStepsAuthenticator</title>
<authors>Guillaume Lacasa</authors>
<licenseUrl>https://raw.githubusercontent.com/glacasa/TwoStepsAuthenticator/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/glacasa/TwoStepsAuthenticator</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.net implementation of the TOTP: Time-Based One-Time Password Algorithm and HOTP: HMAC-Based One-Time Password Algorithm</description>
</metadata>
<files>
<file src="lib\net45\TwoStepsAuthenticator.dll" target="lib\net45\TwoStepsAuthenticator.dll" />
</files>
</package>
|