-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathTwoStepsAuthenticator.nuspec
17 lines (17 loc) · 1.04 KB
/
TwoStepsAuthenticator.nuspec
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\netstandard1.6\TwoStepsAuthenticator.dll" />
</files>
</package>