Releases: navozenko/LinqSpecs
Releases · navozenko/LinqSpecs
v3.2.0
• .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.0
- Support C# 8.0 nullable reference types
- Support .NET Standard 2.1
v3.0.1
Fixed #5: Can't debug a derived specification
v3.0.0
- 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
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
Fixed negateSpecification bug introduced after the serialization change