Releases: nhamcrest/NHamcrest
Releases · nhamcrest/NHamcrest
Release v4.0.0
What's Changed
- Update xunit to v3 & more deps. by @CaptnCodr in #23
- BREAKING CHANGE: Update to xunit.v3 & NUnit v4 (dropping .NET Framework)
Full Changelog: 3.4.0...4.0.0
Release v3.4.0
Release v3.3.0
Release v3.2.0
What's Changed
- Extend
XUnit.Assert.That()
with user messages. - Add IsExtensions for
Assert.That(value, Is(otherValue))
. - Update dependencies.
Full Changelog: 3.1.0...3.2.0
Release v3.1.0
What's Changed
- Upgrade to .NET7 in #17
Release 3.0.1
Lose output frameworks. Restricting to net6.0
was too tight. Also using netstandard2.0
for compatibility reasons.
Release 3.0.0
- Upgrade to .NET 6
- Dependency updates