SDammann.WebApi.Versioning
1.5.0
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
<PackageReference Include="SDammann.WebApi.Versioning" Version="1.5.0" />
paket add SDammann.WebApi.Versioning --version 1.5.0
#r "nuget: SDammann.WebApi.Versioning, 1.5.0"
// 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 | Versions 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. |
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 | 392 | 4/1/2015 |
3.0.0-beta3 | 180 | 3/1/2015 |
3.0.0-beta1 | 232 | 12/2/2014 |
2.7.0 | 13,123 | 12/2/2014 |
2.6.0 | 3,283 | 9/2/2014 |
2.5.0 | 3,023 | 6/4/2014 |
2.0.0.3 | 11,974 | 6/20/2013 |
2.0.0.2 | 583 | 6/4/2013 |
2.0.0.1 | 173 | 5/31/2013 |
2.0.0 | 1,943 | 3/12/2013 |
1.5.0 | 265 | 3/12/2013 |
1.4.0 | 625 | 1/28/2013 |
1.3.0.1 | 968 | 11/17/2012 |
1.3.0 | 755 | 10/12/2012 |
1.2.0 | 265 | 9/19/2012 |
1.1.0 | 246 | 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