Microsoft.AspNet.OData 5.6.0-beta1

Prefix Reserved
This is a prerelease version of Microsoft.AspNet.OData.
dotnet add package Microsoft.AspNet.OData --version 5.6.0-beta1
                    
NuGet\Install-Package Microsoft.AspNet.OData -Version 5.6.0-beta1
                    
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="Microsoft.AspNet.OData" Version="5.6.0-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNet.OData" Version="5.6.0-beta1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNet.OData" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNet.OData --version 5.6.0-beta1
                    
#r "nuget: Microsoft.AspNet.OData, 5.6.0-beta1"
                    
#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.
#addin nuget:?package=Microsoft.AspNet.OData&version=5.6.0-beta1&prerelease
                    
Install Microsoft.AspNet.OData as a Cake Addin
#tool nuget:?package=Microsoft.AspNet.OData&version=5.6.0-beta1&prerelease
                    
Install Microsoft.AspNet.OData as a Cake Tool

This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

GitHub repositories (14)

Showing the top 14 popular GitHub repositories that depend on Microsoft.AspNet.OData:

Repository Stars
dotnet/aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
linq2db/linq2db
Linq to database provider.
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
GregFinzer/Compare-Net-Objects
What you have been waiting for :+1: Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
OData/RESTier
A turn-key library for building RESTful services
filipw/apress-recipes-webapi
Samples from ASP.NET Web API 2: Recipes book.
rstropek/Samples
OData/ODataSamples
Samples: For ODataLib, OData Web API, RESTier, etc.
zLulus/NotePractice
My_Note 笔记练习demo
Azure/azure-stream-analytics
Azure Stream Analytics
martin-nikolov/Telerik-Academy
Course exercises | Telerik Academy 2013/2014 | Martin Nikolov
AutoMapper/AutoMapper.Extensions.OData
Creates LINQ expressions from ODataQueryOptions and executes the query.
rbeauchamp/Swashbuckle.OData
Extends Swashbuckle with OData v4 support!
telerik/kendo-ui-demos-service
Back-end service used for the Kendo UI Online Demos
Version Downloads Last updated
5.6.0-beta1 351 5/5/2015
5.5.1 13,846 4/7/2015
5.5.1-rc1 100 4/3/2015
5.5.0-beta 171 3/20/2015
5.4.0 14,862 2/6/2015
5.4.0-rc 269 1/30/2015
5.4.0-beta 203 1/16/2015
5.3.1 25,022 10/9/2014
5.3.1-beta 239 9/30/2014
5.3.0 7,857 9/11/2014
5.3.0-rc 290 8/26/2014
5.2.2 2,383 8/28/2014
5.2.2-rc 95 8/23/2014
5.2.1 6,781 7/21/2014
5.2.0 6,410 7/1/2014
5.2.0-rc 279 5/27/2014

Please visit https://odata.github.io/WebApi/5.6 beta1/ to view the release notes.