Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1016 Bytes

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 1016 Bytes

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.

[4.1.0] - 2024-12-12

Added

  • Added support for .NET 9.0
  • Added new Shuffle functionality, allowing users to shuffle processors

[4.0.0] - 2024-07-02

No breaking API changes. Only the supported target frameworks have been changed with this release.

Added

  • Added support for .NET 8.0

Removed

  • Removed support for .NET 6.0

[3.0.0] - 2022-01-08

Added

  • Added README to package contents
  • Added missing XML doc comments

Changed

Breaking Changes

  • Enabled nullable reference types
  • Appended "Async" to all methods returning an awaitable type that were missing the "Async" suffix

[2.2.1] - 2021-10-22

Changed

  • Updated package metadata and copyright information