TheBlueSky.SwiftAuthenticator by Essam Almohammadi

<PackageReference Include="TheBlueSky.SwiftAuthenticator" Version="1.0.0" />

 TheBlueSky.SwiftAuthenticator 1.0.0

A simple and straightforward HOTP and TOTP library for .NET.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>TheBlueSky.SwiftAuthenticator</id>
    <version>1.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</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>