Skip to content

Releases: gregmac/NetCoreExtensions

0.0.15

06 Jan 03:22
Compare
Choose a tag to compare

This release has a potentially breaking change:

  • Hash functions (Sha1, Sha256, Sha384, Sha512) now return a HashResult object instead of string. HashResult can be implicitly converted to a string to help alleviate the pain of this.

Other changes:

  • HMAC-SHA functions added (HmacSha1(), HmacSha256(), HmacSha384(), HmacSha512())
  • HashResult added with ToString() overloads to support all lowercase (default), uppercase, and base64 strings

0.0.13

05 Jan 22:54
Compare
Choose a tag to compare

Initial release. See README.

Available on NuGet: https://www.nuget.org/packages/NetCoreExtensions/0.0.13