MscrmTools.FluentQueryExpressions 2.0.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package MscrmTools.FluentQueryExpressions --version 2.0.5
NuGet\Install-Package MscrmTools.FluentQueryExpressions -Version 2.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MscrmTools.FluentQueryExpressions" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MscrmTools.FluentQueryExpressions --version 2.0.5
#r "nuget: MscrmTools.FluentQueryExpressions, 2.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MscrmTools.FluentQueryExpressions as a Cake Addin
#addin nuget:?package=MscrmTools.FluentQueryExpressions&version=2.0.5

// Install MscrmTools.FluentQueryExpressions as a Cake Tool
#tool nuget:?package=MscrmTools.FluentQueryExpressions&version=2.0.5

A library to create QueryExpression the fluent way

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.5 87 4/4/2024
2.0.4 398 1/16/2024
2.0.3-beta3 164 10/20/2023
2.0.3-beta2 79 10/20/2023
2.0.3-beta1 95 10/19/2023
2.0.2 1,364 2/27/2023
2.0.1 300 1/7/2023
2.0.0 284 12/8/2022
2.0.0-beta1 116 12/8/2022
1.6.0 708 7/15/2020
1.6.0-beta1 314 7/15/2020
1.5.0 879 1/25/2019
1.4.0 639 12/14/2018
1.3.0 659 11/26/2018
1.2.0 779 11/22/2018
1.1.0 663 10/26/2018
1.0.0 689 10/24/2018

Fixed WhereLess method to alow object values (@aditnryn)
Added implicit conversion from Query to QueryExpression