Asp.Versioning.Mvc 8.1.1

Prefix Reserved
dotnet add package Asp.Versioning.Mvc --version 8.1.1
                    
NuGet\Install-Package Asp.Versioning.Mvc -Version 8.1.1
                    
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="Asp.Versioning.Mvc" Version="8.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Asp.Versioning.Mvc" Version="8.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Asp.Versioning.Mvc" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Asp.Versioning.Mvc --version 8.1.1
                    
#r "nuget: Asp.Versioning.Mvc, 8.1.1"
                    
#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.
#:package Asp.Versioning.Mvc@8.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Asp.Versioning.Mvc&version=8.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Asp.Versioning.Mvc&version=8.1.1
                    
Install as a Cake Tool
📣 Formerly Microsoft.AspNetCore.Mvc.Versioning. 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

  • Asp.Versioning.ControllerNameAttribute
  • Asp.Versioning.MvcApiVersioningOptions
  • Asp.Versioning.ReportApiVersionsAttribute

Release Notes

  • Enable trimming support (#1094)
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (174)

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

Package Downloads
Asp.Versioning.Mvc.ApiExplorer

The API Explorer extensions for ASP.NET Core API Versioning.

Umbraco.Cms.Web.Common

Contains the web assembly needed to run Umbraco CMS.

Umbraco.Cms.Web.Website

Contains the website assembly needed to run the frontend of Umbraco CMS.

Volo.Abp.AspNetCore.Mvc

Package Description

Umbraco.Cms

Installs Umbraco CMS with all default dependencies in your ASP.NET Core project.

GitHub repositories (23)

Showing the top 20 popular GitHub repositories that depend on Asp.Versioning.Mvc:

Repository Stars
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
meysamhadeli/booking-microservices
A practical microservices with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit, and Aspire in .Net 9.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
gaseous-project/gaseous-server
A game ROM manager, with a built in web based emulator using multiple sources to identify and provide metadata
Harsha-Global/AspNetCore-Harsha
Asp.Net Core Ultimate Guide course | Web University by Harsha
jeangatto/ASP.NET-Core-Clean-Architecture-CQRS-Event-Sourcing
ASP.NET Core, C#, CQRS Event Sourcing, REST API, DDD, SOLID Principles and Clean Architecture
meysamhadeli/booking-modular-monolith
A practical Modular Monolith architecture with the latest technologies and architecture like Vertical Slice Architecture, Event Driven Architecture, CQRS, DDD, gRpc, Masstransit, and Aspire in .Net 9.
junkai-li/NetCoreKevin
基于NET搭建-AI知识库智能体-现代化Saas企业级前后端分离架构:前端Vue3、IDS4单点登录、多缓存、自动任务、分布式、一库多租户、日志、授权和鉴权、CAP集成事件、SignalR、领域事件、ESL、MCP协议服务、IOC模块化注入、Cors、Quartz自动任务、多短信集成、AI、AgentFramework智能体、AISemanticKernel集成、RAG检索增强、OCR识别、API多版本、单元测试、RabbitMQ、代码生成器、AI知识库、AI联网搜索
skimedic/presentations
Copy of my public presentations
mehdihadeli/food-delivery-modular-monolith
🌭 A practical and imaginary food and grocery delivery modular monolith, built with .Net 8, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
babaktaremi/Clean-Architecture-Template
🧹 Ready to develop template based on clean architecture principles. Supports ASP NET Core Identity integrated with JWE tokens, OTP authentication, stand alone plugin development, CQRS pattern using MediatR library and dynamic permission management system out of the box
block-core/blockcore
Open source .NET Core Bitcoin based blockchain node in C#
jeangatto/ASP.NET-Core-Vertical-Slice-Architecture
ASP.NET Core, C#, Vertical Slice Architecture, CQRS, REST API, DDD, SOLID Principles
bingbing-gui/dotnet-platform
这是一个围绕 新一代 .NET 应用模型 的实践型仓库,覆盖 Web、云原生、AI、微服务等多种应用形态。
marinasundstrom/YourBrand
Prototype enterprise system for e-commerce and consulting services
youssefbennour/AspNetCore.Starter
A modular-monolith ASP.NET Core starter inspired by Evolutionary-architecture
KevinDockx/AspNetCoreWebApiFundamentals
Fully functioning sample code for my ASP.NET Core Web API Fundamentals course, currently targeting .NET 8 and .NET 9.
microsoft/VirtualClient
Benchmarking and monitoring automation, designed for cloud, built with .NET.
MADE-Apps/MADE.NET
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
Version Downloads Last Updated
8.1.1 1,404,006 12/27/2025
8.1.0 59,460,284 3/26/2024
8.0.0 8,623,792 12/8/2023
7.1.1 2,992,729 12/7/2023
7.1.0 3,860,345 10/9/2023
7.0.1 588,113 8/14/2023
7.0.0 2,443,325 12/8/2022
7.0.0-rc.1 1,620 11/26/2022
7.0.0-preview.2 6,188 11/17/2022
7.0.0-preview.1 771 11/14/2022
6.4.1 3,316,743 12/7/2023
6.4.0 4,786,111 12/28/2022
6.3.1 205,619 11/26/2022
6.3.0 70,857 11/19/2022
6.2.1 167,724 11/11/2022
6.2.0 44,258 11/8/2022
6.1.0 173,628 10/4/2022
6.0.0 834,085 8/24/2022
6.0.0-preview.3 50,955 5/9/2022
6.0.0-preview.2 3,323 4/9/2022
6.0.0-preview.1 984 4/7/2022