summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.nuspec
blob: c057a9d8bb31c29aaa08f201babd59cf7554999e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
    <metadata>
        <id>TwoStepsAuthenticator</id>
        <version>1.1.0.0</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="TwoStepsAuthenticator\bin\Release\TwoStepsAuthenticator.dll" target="lib\net45\TwoStepsAuthenticator.dll" />
        <file src="TwoStepsAuthenticator.DotnetCore\bin\Release\netstandard1.6\TwoStepsAuthenticator.DotnetCore.dll" target="lib\netcore\TwoStepsAuthenticator.dll" />
    </files>
</package>