Microsoft.AspNetCore.Mvc.Versioning 5.1.0

Suggested Alternatives

Asp.Versioning.Mvc

Additional Details

A newer package is available as of August 2022. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. See the migration guide at https://github.com/dotnet/aspnet-api-versioning/wiki/Migration for more details.

dotnet add package Microsoft.AspNetCore.Mvc.Versioning --version 5.1.0
NuGet\Install-Package Microsoft.AspNetCore.Mvc.Versioning -Version 5.1.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="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.Mvc.Versioning --version 5.1.0
#r "nuget: Microsoft.AspNetCore.Mvc.Versioning, 5.1.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 Microsoft.AspNetCore.Mvc.Versioning as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Mvc.Versioning&version=5.1.0

// Install Microsoft.AspNetCore.Mvc.Versioning as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Mvc.Versioning&version=5.1.0
📣 Now Asp.Versioning.Mvc. See the announcement.

ASP.NET API versioning gives you a powerful, but easy-to-use method for adding API versioning semantics to your new and existing REST services built with ASP.NET Core MVC. The API versioning extensions define simple metadata attributes and conventions that you use to describe which API versions are implemented by your services.

This package contains the primary abstractions library for API versioning that can be used to create server and client-based applications.

Commonly Used Types

  • Microsoft.AspNetCore.Mvc.ApiVersion
  • Microsoft.AspNetCore.Mvc.ApiVersionAttribute
  • Microsoft.AspNetCore.Mvc.ControllerNameAttribute
  • Microsoft.AspNetCore.Mvc.MapToApiVersionAttribute
  • Microsoft.AspNetCore.Mvc.ReportApiVersionsAttribute
  • Microsoft.AspNetCore.Mvc.Versioning.ApiVersionModel
  • Microsoft.AspNetCore.Mvc.Versioning.ApiVersioningOptions
  • Microsoft.AspNetCore.Mvc.Versioning.ApiVersionReader
  • Microsoft.AspNetCore.Mvc.Versioning.IApiVersionNeutral
  • Microsoft.AspNetCore.Mvc.Versioning.IApiVersionParameterSource
  • Microsoft.AspNetCore.Mvc.Versioning.IApiVersionProvider
  • Microsoft.AspNetCore.Mvc.Versioning.IApiVersionSelector
  • Microsoft.AspNetCore.Mvc.Versioning.IReportApiVersions
  • Microsoft.AspNetCore.Mvc.Versioning.QueryStringApiVersionReader

Release Notes

https://github.com/dotnet/aspnet-api-versioning/releases/tag/v5.1.0

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (379)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Mvc.Versioning:

Package Downloads
Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of API-versioned controllers and actions, and their URLs and allowed HTTP methods.

Microsoft.AspNetCore.OData.Versioning The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A service API versioning library for Microsoft ASP.NET Core and OData v4.0.

Shesha.Framework

Package Description

Shesha.Application

Package Description

Elsa.Server.Api

Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides API endpoints to interact with the workflow host.

GitHub repositories (51)

Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.Mvc.Versioning:

Repository Stars
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
fullstackhero/dotnet-webapi-starter-kit
production grade .net 8 webapi starter kit with multitenancy support and clean code. 🔥
ivanpaulovich/clean-architecture-manga
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
Version Downloads Last updated
5.1.0 11,219,675 5/23/2023
5.0.0 79,748,980 2/9/2021
5.0.0-preview.2 275,505 10/25/2020
5.0.0-preview.1 13,126 10/12/2020
4.2.0 10,635,594 11/3/2020
4.2.0-rc.2 553 10/25/2020
4.2.0-rc.1 5,204 10/10/2020
4.1.1 27,645,127 12/28/2019
4.1.0 4,072,227 12/4/2019
4.0.0 3,353,959 10/30/2019
4.0.0-preview8.19405.7 791,713 8/15/2019
3.1.6 2,252,569 8/21/2019
3.1.5 291,662 8/11/2019
3.1.4 680,354 7/18/2019
3.1.3 442,616 7/2/2019
3.1.2 4,426,588 1/29/2019
3.1.1 570,502 12/31/2018
3.1.0 530,650 12/22/2018
3.0.1 734,924 8/22/2019
3.0.0 1,578,631 12/17/2018
3.0.0-beta2 38,886 11/9/2018
3.0.0-beta1 145,884 7/27/2018
2.3.0 5,560,508 6/6/2018
2.2.0 1,163,390 4/1/2018
2.1.0 2,548,208 1/6/2018
2.0.0 765,539 8/31/2017
2.0.0-preview2-final 18,153 7/8/2017
1.2.1 136,429 7/7/2017
1.2.0 53,557 7/3/2017
1.2.0-beta1 2,268 6/29/2017
1.1.0-rc2 2,611 5/26/2017
1.1.0-rc1 5,662 5/12/2017
1.1.0-beta2 13,611 4/18/2017
1.1.0-beta1 21,784 3/10/2017
1.0.3 225,972 11/27/2016
1.0.2 51,181 11/9/2016
1.0.1 5,147 11/7/2016
1.0.0 56,807 9/19/2016
1.0.0-rc2 2,260 9/1/2016
1.0.0-rc1 2,572 8/11/2016
1.0.0-beta1 2,715 7/27/2016