AutoMapper.AspNet.OData.EF6 1.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoMapper.AspNet.OData.EF6 --version 1.0.1                
NuGet\Install-Package AutoMapper.AspNet.OData.EF6 -Version 1.0.1                
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="AutoMapper.AspNet.OData.EF6" Version="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoMapper.AspNet.OData.EF6 --version 1.0.1                
#r "nuget: AutoMapper.AspNet.OData.EF6, 1.0.1"                
#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 AutoMapper.AspNet.OData.EF6 as a Cake Addin
#addin nuget:?package=AutoMapper.AspNet.OData.EF6&version=1.0.1

// Install AutoMapper.AspNet.OData.EF6 as a Cake Tool
#tool nuget:?package=AutoMapper.AspNet.OData.EF6&version=1.0.1                

Creates LINQ expressions from ODataQueryOptions and executes the query.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  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.2.2 7,431 10/21/2021
2.2.1 449 8/9/2021
2.2.0-preview.1 201 4/10/2021
2.1.1 1,340 2/28/2021
2.1.1-preview.0 224 2/22/2021
2.1.0 553 11/27/2020
2.0.3-preview.2 253 11/12/2020
2.0.3-preview.1 266 11/9/2020
2.0.3-preview.0 298 11/2/2020
2.0.2 522 10/26/2020
2.0.2-preview.1 251 10/22/2020
2.0.2-preview.0 300 9/16/2020
2.0.1 543 9/8/2020
2.0.1-preview.1.2 255 9/8/2020
2.0.1-preview.1 242 9/4/2020
2.0.1-preview.0 246 8/26/2020
2.0.0 819 7/8/2020
1.0.5 639 5/25/2020
1.0.4-preview03 423 5/17/2020
1.0.3 590 5/3/2020
1.0.2-preview04 433 4/29/2020
1.0.1 772 2/9/2020
1.0.1-preview02 496 2/5/2020
1.0.1-preview01 395 2/4/2020
1.0.0 766 9/11/2019
1.0.0-preview07 440 9/9/2019

1) Bug fix for OrderBy/ThenBy. 2) Included Count and SelectExpand handling without EnableQuery attribute.