Skip to content

v1.1.0

Compare
Choose a tag to compare
@gfoidl gfoidl released this 18 Jun 11:36
· 22 commits to master since this release
436b0bf

What's new?

  • Support for ReadOnlySequence<byte> as input (#61)
  • strong name signing (#116)
  • added target for .NET 4.5 (#135)

Perf-improvements

  • faster modulo operations (#114)
  • better code-gen for divisions (#125)
  • in the AVX code-path vectors are reused for SSE code-path (#122)
  • use try-pattern in internal workings (#115)

Fixed issues

  • Mark the gfoidl.Analyzers dependency as a private asset (#153)

Notes

In .NET Core 3.0 SDK it seems NuGet has an bug with handling analyzer-assets, so there may be a warning CS8032.
As .NET Core 3.0 SDK has reached end of life, here no workaround is applyed. Cf. #155 (comment)

Where to get?

https://www.nuget.org/packages/gfoidl.Base64/1.1.0