SDammann.WebApi.Versioning 1.5.0

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

// Install SDammann.WebApi.Versioning as a Cake Tool
#tool nuget:?package=SDammann.WebApi.Versioning&version=1.5.0

Library for API versioning support in Microsoft ASP.NET Web API

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
3.0.0-beta4 29,069 4/1/2015
3.0.0-beta3 7,035 3/1/2015
3.0.0-beta1 1,185 12/2/2014
2.8.0 125,055 9/25/2016
2.7.0 91,085 12/2/2014
2.6.0 33,381 9/2/2014
2.5.0 6,688 6/4/2014
2.0.0.3 56,880 6/20/2013
2.0.0.2 2,887 6/4/2013
2.0.0.1 1,341 5/31/2013
2.0.0 12,304 3/12/2013
1.5.0 1,460 3/12/2013
1.4.0 1,818 1/28/2013
1.3.0.1 11,136 11/17/2012
1.3.0 2,495 10/12/2012
1.2.0 1,465 9/19/2012
1.1.0 1,534 8/16/2012

Version 1.5:
 - Add support for Accept MIME type with version (AcceptHeaderControllerSelector)
 - AcceptHeaderVersionedControllerSelector replaced with AcceptHeaderVersionedControllerSelectorBase
 - AcceptHeaderVersionedControllerSelector is now obsolete
   
 Version 1.4:
 - Updated references
   
Version 1.3:
- Support for ApiExplorer

Version 1.2:
- Support for custom controller name convention.

Version 1.1:
- Initial nuget package release