Skip to content

5.0.0

Choose a tag to compare

@github-actions github-actions released this 02 May 22:07
· 128 commits to master since this release

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

Unreleased

5.0.0 - 2022-05-02

Commits

  • Fixed: Missing Code Coverage from Actions 44e0e08
  • Fixed: Nupkg glob in Build Script 8bef0cc
  • Tests: Use .NET 5.0 as Secondary Runtime dbca53d
  • Optimised: Pinnable for .NET 5.0+ Runtimes. 64f65f8
  • Bumped: Major Version due to Breaking Changes in Pinnable 78f019a
  • Optimised: StreamExtensions for .NET 5.0+ 2b832bc
  • Optimised: Heap Allocations for .NET 5+ in StructArray 88275bf
  • Optimised: Array Allocations for .NET 5+ in MemoryExtensions 3a12a22
  • Optimised: Heap Allocations for .NET 5+ in Struct 50ac38a
  • Optimise: Allocation & LocalsInit for .NET 5 in BufferedStreamReader 3664f24
  • Potential Bugfix: Ensure requrested amount of bytes is read in ReadBytes d357a6a
  • Optimise: Array Allocation for .NET 5 in IMemory Implementations 3c1828b
  • Changed: Update GitHub Actions bdb2655