Skip to content

Releases: navozenko/LinqSpecs

v3.2.0

10 Dec 08:21
Compare
Choose a tag to compare

• .NET Framework 4.0 is no longer supported
• Binary serialization is no longer supported
• The provided specification classes are declared as public with public properties to support json serialization

v3.1.1

05 Jul 08:51
Compare
Choose a tag to compare

Strong-named assembly

v3.1.0

11 Jun 16:52
Compare
Choose a tag to compare
  • Support C# 8.0 nullable reference types
  • Support .NET Standard 2.1

v3.0.1

03 Nov 04:25
Compare
Choose a tag to compare

Fixed #5: Can't debug a derived specification

v3.0.0

02 Jul 03:05
Compare
Choose a tag to compare
  • Supported platforms: .NET Standard 2.0, .NET Framework 4.0, .NET Core 2.0
  • New API for AdHocSpecification serialization
  • Obsolete method IsSatisfiedBy has been deleted

v2.0.1

24 Jul 08:39
Compare
Choose a tag to compare

Release 2.0.1 is equivalent to 2.0.0. We have upgraded the version number from 2.0.0 to 2.0.1 in order to synchronize version number with NuGet package.

v1.0.1

24 Jul 08:48
Compare
Choose a tag to compare
Fixed negateSpecification bug introduced after the serialization change