Skip to content

v3.0.0

Latest

Choose a tag to compare

@perkops perkops released this 22 Jun 12:49

3.0.0 (2026-06-22)

⚠ BREAKING CHANGES

  • drop netstandard2.1/net8.0/net9.0; target net10.0 exclusively
  • deps: the assertion package and namespace changed from FluentAssertions to AwesomeAssertions. Consumers must replace using FluentAssertions; with using AwesomeAssertions; (and the .Equivalency/.Primitives/.Execution/.Extensions sub-namespaces) and remove any direct FluentAssertions package reference.

Features

  • deps: replace FluentAssertions with AwesomeAssertions 9.x (f5b721b)
  • drop netstandard2.1/net8.0/net9.0; target net10.0 exclusively (57e22ef)