TheBlueSky.SwiftAuthenticator 2.0.0
A simple and straightforward HOTP and TOTP library for .NET.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>TheBlueSky.SwiftAuthenticator</id>
<version>2.0.0</version>
<title>TheBlueSky.SwiftAuthenticator</title>
<authors>Essam Almohammadi</authors>
<owners>Essam Almohammadi</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/TheBlueSky/TheBlueSky.SwiftAuthenticator</projectUrl>
<description>A simple and straightforward HOTP and TOTP library for .NET.</description>
<copyright>© TheBlueSky.Net. All rights reserved.</copyright>
<tags>HOTP TOTP Authenticator RFC-4226 RFC-6238</tags>
<dependencies>
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>