Swashbuckle.OData 3.5.0

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

// Install Swashbuckle.OData as a Cake Tool
#tool nuget:?package=Swashbuckle.OData&version=3.5.0

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)
Additional computed target framework(s)
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 18,710 9/18/2017
4.0.0-beta1 1,125 6/7/2017
3.5.0 361,050 11/11/2017
3.4.1 1,121 11/11/2017
3.4.0 138,363 6/1/2017
3.3.0 11,856 4/28/2017
3.2.1 3,719 4/24/2017
3.2.0 11,259 3/15/2017
3.1.0 3,639 3/2/2017
3.0.0 13,667 10/31/2016
2.19.0 25,660 10/17/2016
2.18.8 3,239 10/6/2016
2.18.7 2,283 10/6/2016
2.18.6 3,967 9/26/2016
2.18.4 6,525 9/1/2016
2.18.3 41,552 6/8/2016
2.18.2 3,865 5/24/2016
2.18.1 6,005 5/20/2016
2.18.0 23,238 3/29/2016
2.17.1 2,817 3/2/2016
2.17.0 1,553 2/26/2016
2.16.2 4,722 2/15/2016
2.16.1 1,000 2/15/2016
2.16.0 1,635 2/11/2016
2.15.0 973 2/11/2016
2.14.0 1,140 2/8/2016
2.13.0 2,060 1/30/2016
2.12.5 1,031 1/30/2016
2.12.4 1,078 1/28/2016
2.12.3 2,954 1/28/2016
2.12.2 962 1/27/2016
2.12.1 960 1/27/2016
2.12.0 1,113 1/23/2016
2.11.1 1,441 1/16/2016
2.11.0 1,248 1/14/2016
2.10.1 1,242 1/9/2016
2.10.0 1,071 1/6/2016
2.9.3 1,848 1/6/2016
2.9.2 1,109 1/5/2016
2.9.1 1,020 1/5/2016
2.9.0 993 1/4/2016
2.8.6 1,126 1/2/2016
2.8.5 1,064 12/30/2015
2.8.4 1,014 12/30/2015
2.8.3 1,963 12/30/2015
2.8.2 992 12/29/2015
2.8.1 1,029 12/27/2015
2.8.0 1,009 12/26/2015
2.7.2 980 12/26/2015
2.7.1 991 12/24/2015
2.7.0 1,102 12/24/2015
2.6.1 1,022 12/20/2015
2.6.0 1,033 12/19/2015
2.5.2 1,038 12/14/2015
2.5.1 1,262 12/12/2015
2.5.0 1,101 12/12/2015
2.4.0 1,002 12/11/2015
2.3.0 1,047 12/10/2015
2.2.2 1,063 12/9/2015
2.2.1 996 12/9/2015
2.1.1 1,035 12/8/2015
2.1.0 1,289 12/7/2015
2.0.0 9,693 11/26/2015
2.0.0-alpha-2 984 11/25/2015
2.0.0-alpha-1 1,632 11/25/2015
1.1.0 12,362 11/20/2015
1.1.0-alpha 1,616 11/18/2015
1.0.0-alpha 1,209 11/17/2015

Fixes #168, #174. Provides ability to configure a custom property resolver (see https://github.com/rbeauchamp/Swashbuckle.OData/pull/176)