Skip to content

Releases: benjamin-hodgson/FixedSizeBuffers

v0.4.3

28 Nov 16:51
64b0f5d
Compare
Choose a tag to compare
  • A new build system running on the .NET 8 SDK
  • Better support for trimmed deployment
  • Better support for debugging and SourceLink
  • Documentation improvements

v0.4.2

28 Nov 16:13
f9f663f
Compare
Choose a tag to compare
  • A new build system running on the .NET 8 SDK
  • Better support for trimmed deployment
  • Better support for debugging and SourceLink
  • Documentation improvements

v0.4.1

25 Nov 17:36
Compare
Choose a tag to compare
Performance bug fixes on .net 5+

v0.3.0

10 May 17:49
Compare
Choose a tag to compare
  • Added WithFixedSizeBuffer helper methods, which stack-allocate a fixed size buffer of a given size and then pass it as a Span to a func.
  • A new build system based on GitHub Actions
  • API docs are now available at http://www.benjamin.pizza/FixedSizeBuffers