Nivot.WCFDataServicesToolkit 5.2.0

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

// Install Nivot.WCFDataServicesToolkit as a Cake Tool
#tool nuget:?package=Nivot.WCFDataServicesToolkit&version=5.2.0

The WCF Data Services Toolkit is a set of extensions to WCF Data Services (the .NET implementation of OData) that attempt to make it easier to create OData services on top of arbitrary data stores without having deep knowledge of LINQ.

It was born out of the needs of real-world services such as Netflix, eBay, Facebook, Twitpic, etc. and is being used to run all of those services today. We've proven that it can solve some interesting problems, and it's working great in production, but it's by no means a supported product or something that you should take a hard commitment on unless you know what you're doing.

In order to know whether you qualify for using the toolkit to solve your solution, you should be looking to expose a non-relational data store (EF + WCF Data Services already solves the relational scenario) as an OData service.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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
5.6.0 5,044 10/29/2013
5.5.0 1,947 6/3/2013
5.2.0 1,835 12/30/2012

This package's major and minor version numbers will be keyed against Microsoft's own OData packages, so this package is compiled against their latest and greatest OData v3 implementation, 5.2.0; It is built against the latest source code at wcfdstoolkit.codeplex.com and also includes all currently unintegrated bug fixes submitted as patches/pull requests.