Swashbuckle.OData 4.0.0-beta1

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

// Install Swashbuckle.OData as a Cake Tool
#tool nuget:?package=Swashbuckle.OData&version=4.0.0-beta1&prerelease

Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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
4.0.0-beta2 23,994 9/18/2017
4.0.0-beta1 1,230 6/7/2017
3.5.0 423,590 11/11/2017
3.4.1 1,231 11/11/2017
3.4.0 154,181 6/1/2017
3.3.0 12,605 4/28/2017
3.2.1 3,851 4/24/2017
3.2.0 12,645 3/15/2017
3.1.0 3,775 3/2/2017
3.0.0 16,504 10/31/2016
2.19.0 28,524 10/17/2016
2.18.8 3,342 10/6/2016
2.18.7 2,977 10/6/2016
2.18.6 4,187 9/26/2016
2.18.4 6,858 9/1/2016
2.18.3 54,235 6/8/2016
2.18.2 3,969 5/24/2016
2.18.1 6,641 5/20/2016
2.18.0 26,272 3/29/2016
2.17.1 3,037 3/2/2016
2.17.0 1,629 2/26/2016
2.16.2 4,841 2/15/2016
2.16.1 1,108 2/15/2016
2.16.0 1,761 2/11/2016
2.15.0 1,058 2/11/2016
2.14.0 1,237 2/8/2016
2.13.0 2,174 1/30/2016
2.12.5 1,125 1/30/2016
2.12.4 1,166 1/28/2016
2.12.3 3,131 1/28/2016
2.12.2 1,075 1/27/2016
2.12.1 1,053 1/27/2016
2.12.0 1,219 1/23/2016
2.11.1 1,527 1/16/2016
2.11.0 1,360 1/14/2016
2.10.1 1,348 1/9/2016
2.10.0 1,208 1/6/2016
2.9.3 1,950 1/6/2016
2.9.2 1,212 1/5/2016
2.9.1 1,105 1/5/2016
2.9.0 1,101 1/4/2016
2.8.6 1,233 1/2/2016
2.8.5 1,143 12/30/2015
2.8.4 1,090 12/30/2015
2.8.3 2,066 12/30/2015
2.8.2 1,088 12/29/2015
2.8.1 1,127 12/27/2015
2.8.0 1,091 12/26/2015
2.7.2 1,073 12/26/2015
2.7.1 1,070 12/24/2015
2.7.0 1,204 12/24/2015
2.6.1 1,124 12/20/2015
2.6.0 1,129 12/19/2015
2.5.2 1,138 12/14/2015
2.5.1 1,364 12/12/2015
2.5.0 1,210 12/12/2015
2.4.0 1,101 12/11/2015
2.3.0 1,142 12/10/2015
2.2.2 1,155 12/9/2015
2.2.1 1,090 12/9/2015
2.1.1 1,137 12/8/2015
2.1.0 1,408 12/7/2015
2.0.0 10,875 11/26/2015
2.0.0-alpha-2 1,044 11/25/2015
2.0.0-alpha-1 1,730 11/25/2015
1.1.0 13,448 11/20/2015
1.1.0-alpha 1,709 11/18/2015
1.0.0-alpha 1,272 11/17/2015

Upgrade everything to the latest NuGet packages, (Including OData 7.2, which supports .NET Standard). Fix bug in Restier controllers where it SwaggerRouteStrategy did not account for unbounded functions. Temporarily replace Microsoft's Restier NuGets with AdvancedREI's newer fork (tests only). Fix unit tests that were relying on relative mapping instead of using absolute locations. Temporarily disables runtime code contracts (causing issues in IIS10). Incremented the major build on the NuGet package (because OData 7.2 may have breaking changes). Added support for the $apply entity set option in OData v4 (#147)