Releases: kspearrin/Otp.NET
Releases · kspearrin/Otp.NET
Version 1.4.0
What's Changed
- Add support for .NET 7 by @DSC-bdavis in #42
- Add support for .NET 8
- Expose OTP properties and TOTP window start by @miloush in #49 and #50
- Remove premature truncation of code to 6 digits by @tmiranda in #31
New Contributors
- @DSC-bdavis made their first contribution in #42
- @miloush made their first contribution in #49
- @doggy8088 made their first contribution in #51
- @tmiranda made their first contribution in #31
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
- Added support for
OtpUri
generation (see docs). Thanks @mees- - Add
net6.0
target - Some cleanup and refactoring. Thanks @caterina-novak
Version 1.2.2
- Add constructors to use the OTP classes with a generic
IKeyProvider
- Testing
Version 1.2.1
- Constant time comparison
Version 1.2.0
- Added HOTP support
Version 1.1.0
- Signed assembly
- New csproj
Version 1.0.1
- Verification window fixes
Version 1.0.0
Initial port of OtpSharp for .NET Standard.