SDammann.WebApi.Versioning 2.8.0

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

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

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

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.

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,088 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,158 9/25/2016
2.7.0 91,108 12/2/2014
2.6.0 33,381 9/2/2014
2.5.0 6,688 6/4/2014
2.0.0.3 56,933 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,461 3/12/2013
1.4.0 1,818 1/28/2013
1.3.0.1 11,137 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 2.8.0.0:
 - Support attribute routing in other classes than RouteVersionedControllerSelector  
 
 Version 2.7.0.0:
 - Fix for nullable types in VersionedApiExplorer
   
  Version 2.5.0.0:
 - Updated references
 - Support for attributed routing
   
 Version 2.5.0.0:
 - Updated references and relaxed required packages
   
Version 2.0.0.3:
- Fix for VersionedApiExplorer non-GET API methods

Version 2.0.0.2:
- Get default version for legacy requests

Version 2.0.0.1:
- Fix for VersionApiController

   Version 2.0:
   - Breaking Change: Removed AcceptHeaderVersionedControllerSelector
   - Breaking Change: Renamed AcceptHeaderControllerSelector to AcceptHeaderVersionedControllerSelector
   - Breaking Change: Enabled changing the Controller suffix (change from public field to property)

   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