Releases: XRM-OSS/Xrm-Fluent-Query
Release v2.1.3
Allow for .NET Core applications to use Fluent Query Nuget package as well
Release v2.1.2
Important bug fix release.
In prior versions RetrieveAll() started at page number 0, which leads to a duplicated first page in the results in CRM v9 / online organizations.
Since this version, paging starts at page number 1.
If you use RetrieveAll in your code, you should update to this version.
Release v2.1.1
Added System.Runtime.Caching as framework assembly so that you don't have to add it. It's needed since 2.1.0 for the caching functionality.
Release v2.1.0
This release adds caching functionality to queries using the UseCache method.
Release v2.0.0
This is a breaking change release, as some methods have been removed due to issues they caused.
Value and To overloads for params arrays had conflicts with the object overloads. They were removed, please use Values and ToMany functions now instead.
In addition to that, when retrieving all pages using paging, paging cookies are not used by default to prevent incorrect results. You can still use paging cookies by using .With.PagingCookie(). More on this topic
Release v1.2.0
This release allows installing the nuget package in projects that use the new package.references approach, as well as the "old" packages.config.
Release v1.1.0
This release adds functions for adding child filters and conditions post fluent query creation.
The ReadMe section was extended to remark the default setting of NoLock = true.
Release v1.0.1
This release adds IntelliSense comments, early binding enhancements and fixes some meta information in the nuget package.