Swashbuckle.OData 1.1.0-alpha

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

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

Extends Swashbuckle with WebApi OData v4 support!

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
4.0.0-beta2 29,086 9/18/2017
4.0.0-beta1 1,280 6/7/2017
3.5.0 462,527 11/11/2017
3.4.1 1,383 11/11/2017
3.4.0 158,454 6/1/2017
3.3.0 13,056 4/28/2017
3.2.1 4,643 4/24/2017
3.2.0 13,023 3/15/2017
3.1.0 3,826 3/2/2017
3.0.0 18,551 10/31/2016
2.19.0 30,087 10/17/2016
2.18.8 3,414 10/6/2016
2.18.7 3,448 10/6/2016
2.18.6 4,727 9/26/2016
2.18.4 7,096 9/1/2016
2.18.3 60,362 6/8/2016
2.18.2 4,013 5/24/2016
2.18.1 6,841 5/20/2016
2.18.0 29,735 3/29/2016
2.17.1 3,125 3/2/2016
2.17.0 1,672 2/26/2016
2.16.2 4,893 2/15/2016
2.16.1 1,151 2/15/2016
2.16.0 1,807 2/11/2016
2.15.0 1,099 2/11/2016
2.14.0 1,279 2/8/2016
2.13.0 2,214 1/30/2016
2.12.5 1,175 1/30/2016
2.12.4 1,205 1/28/2016
2.12.3 3,254 1/28/2016
2.12.2 1,122 1/27/2016
2.12.1 1,090 1/27/2016
2.12.0 1,244 1/23/2016
2.11.1 1,568 1/16/2016
2.11.0 1,405 1/14/2016
2.10.1 1,389 1/9/2016
2.10.0 1,255 1/6/2016
2.9.3 1,996 1/6/2016
2.9.2 1,255 1/5/2016
2.9.1 1,149 1/5/2016
2.9.0 1,147 1/4/2016
2.8.6 1,286 1/2/2016
2.8.5 1,185 12/30/2015
2.8.4 1,133 12/30/2015
2.8.3 2,095 12/30/2015
2.8.2 1,115 12/29/2015
2.8.1 1,153 12/27/2015
2.8.0 1,134 12/26/2015
2.7.2 1,115 12/26/2015
2.7.1 1,116 12/24/2015
2.7.0 1,249 12/24/2015
2.6.1 1,151 12/20/2015
2.6.0 1,162 12/19/2015
2.5.2 1,186 12/14/2015
2.5.1 1,408 12/12/2015
2.5.0 1,247 12/12/2015
2.4.0 1,149 12/11/2015
2.3.0 1,188 12/10/2015
2.2.2 1,197 12/9/2015
2.2.1 1,128 12/9/2015
2.1.1 1,177 12/8/2015
2.1.0 1,452 12/7/2015
2.0.0 11,326 11/26/2015
2.0.0-alpha-2 1,080 11/25/2015
2.0.0-alpha-1 1,759 11/25/2015
1.1.0 14,556 11/20/2015
1.1.0-alpha 1,749 11/18/2015
1.0.0-alpha 1,312 11/17/2015

Added $filter query parameter, improved the query parameter descriptions and added unit tests.