Skip to content

Releases: fluentassertions/fluentassertions.json

5.0.0-rc.2

13 Jan 13:37
7bfe503
Compare
Choose a tag to compare
  • {New} Added ContainSubtree constraint (#6)
  • {Breaking} Only targets .NET Standard 1.4 and .NET Framework 4.5 - #8
  • {Breaking) Now requires Fluent Assertions 5.0 - #8
  • {Breaking} Unified (Not)Be to (Not)BeEquivalentTo because there behavior was so similar - #13

Notable contributions by @BalassaMarton and @ronaldkroon.

5.0.0-rc.1

12 Jan 14:06
fd01bcb
Compare
Choose a tag to compare
Upgraded dependency to Fluent Assertions 5.0 RC2 (#14)

4.20.1

03 Oct 17:16
Compare
Choose a tag to compare
  • {Fix} Removed Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll from the package - #9

5.0.0-beta.3

14 Sep 05:38
Compare
Choose a tag to compare
5.0.0-beta.3 Pre-release
Pre-release
  • {Fix} Fixed the Nuget dependency on FluentAssertions to accept 5.0.0-beta.1

5.0.0-beta.1

12 Sep 14:13
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release
  • {Breaking} Drops support for .NET 4.0, .NET 4.5.0, .NET Standard 1.3, Windows Phone for Silverlight, Silverlight
  • {New} Adds support for .NET 4.5.1 and .NET Standard 1.4.
  • {New} Depends on Fluent Assertions 5.0 Beta 1

4.20.0

27 Jul 18:07
Compare
Choose a tag to compare
  • {New} NotHaveValue (opposite of existing HaveValue - #5
  • {New} NotHaveElement (opposite of existing HaveElement) - #5
  • {New} ContainSingleItem (allows to do extra assertions on the found item) - #5
  • {New} HaveCount - #5