Asp.Versioning.Http
8.1.1
Prefix Reserved
dotnet add package Asp.Versioning.Http --version 8.1.1
NuGet\Install-Package Asp.Versioning.Http -Version 8.1.1
<PackageReference Include="Asp.Versioning.Http" Version="8.1.1" />
<PackageVersion Include="Asp.Versioning.Http" Version="8.1.1" />
<PackageReference Include="Asp.Versioning.Http" />
paket add Asp.Versioning.Http --version 8.1.1
#r "nuget: Asp.Versioning.Http, 8.1.1"
#:package Asp.Versioning.Http@8.1.1
#addin nuget:?package=Asp.Versioning.Http&version=8.1.1
#tool nuget:?package=Asp.Versioning.Http&version=8.1.1
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. 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 foundational library for API versioning with ASP.NET Core and only includes support for Minimal APIs. For additional functionality provided by ASP.NET Core MVC use the API Versioning MVC package.
Commonly Used Types
- Asp.Versioning.ApiVersioningOptions
- Asp.Versioning.ApiVersionDescription
- Asp.Versioning.ApiVersionReader
- Asp.Versioning.IApiVersionDescriptionProvider
- Asp.Versioning.IApiVersionSelector
- Asp.Versioning.IReportApiVersions
- Asp.Versioning.ISunsetPolicyBuilder
- Asp.Versioning.ISunsetPolicyManager
- Asp.Versioning.QueryStringApiVersionReader
Release Notes
- Fixed assuming default version with version-neutral (#1083)
- Fixed missing 'code' member on error responses (#1091)
- Fixed invalidation of valid routing candidates (#1101)
- Fixed reporting versions when request is unspecified or malformed (#1120)
- Fixed replacing DI registered IProblemDetailsWriter in-place (#1135)
| Product | Versions 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. |
-
net8.0
- Asp.Versioning.Abstractions (>= 8.1.0)
NuGet packages (86)
Showing the top 5 NuGet packages that depend on Asp.Versioning.Http:
| Package | Downloads |
|---|---|
|
Asp.Versioning.Mvc
A service API versioning library for Microsoft ASP.NET Core MVC. |
|
|
FastEndpoints.AspVersioning
Asp.Versioning.Http package integration for FastEndpoints. |
|
|
Ark.Tools.AspNetCore.Swashbuckle
Extensions of Swashbuckle.AspNetCore |
|
|
Ark.Tools.AspNetCore
Tools and base classes for AspNetCore as in Ark-way of using it |
|
|
GreatUtilities.Web
Essencial tools to agile development. |
GitHub repositories (25)
Showing the top 20 popular GitHub repositories that depend on Asp.Versioning.Http:
| Repository | Stars |
|---|---|
|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 10 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
|
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
|
|
|
microsoft/dotnet-podcasts
.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
|
|
|
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
|
|
|
mehdihadeli/food-delivery-microservices
🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
|
TheAxelander/OpenBudgeteer
OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
|
|
|
BehzadDara/SampleProject
|
|
|
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.
|
|
|
thangchung/practical-dotnet-aspire
The practical .NET Aspire builds on the coffeeshop app business domain
|
|
|
AntonioFalcaoJr/EventualShop
A state-of-the-art distributed system using Reactive DDD as uncertainty modeling, Event Storming as subdomain decomposition, Event Sourcing as an eventual persistence mechanism, CQRS, Async Projections, Microservices for individual deployable units, Event-driven Architecture for efficient integration, and Clean Architecture as domain-centric design
|
|
|
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.
|
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
|
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
|
|
|
anuraj/AspNetCoreSamples
This repository is set of ASP.NET Core projects and scripts.
|
|
|
anuraj/MinimalApi
ASP.NET Core 10.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
|
|
|
Azure-Samples/eShopOnAzure
A variant of https://github.com/dotnet/eShop that uses Azure services
|
|
|
mehdihadeli/vertical-slice-api-template
🍰 An asp.net core template based on .Net 9, Vertical Slice Architecture, CQRS, Minimal APIs, OpenTelemetry, API Versioning and OpenAPI.
|
|
|
james-gould/azure-keyvault-emulator
An emulator for Azure Key Vault. Compatible with the Azure Client SDK, runnable with Docker or .NET Aspire.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 8.1.1 | 259,722 | 12/27/2025 |
| 8.1.0 | 57,043,719 | 3/26/2024 |
| 8.0.0 | 8,601,834 | 12/8/2023 |
| 7.1.0 | 6,109,178 | 9/15/2023 |
| 7.0.1 | 622,721 | 8/14/2023 |
| 7.0.0 | 2,511,670 | 12/8/2022 |
| 7.0.0-rc.1 | 1,749 | 11/26/2022 |
| 7.0.0-preview.2 | 5,881 | 11/17/2022 |
| 7.0.0-preview.1 | 795 | 11/14/2022 |
| 6.5.0 | 3,424,919 | 9/15/2023 |
| 6.4.0 | 4,520,741 | 12/28/2022 |
| 6.3.1 | 256,914 | 11/26/2022 |
| 6.3.0 | 94,008 | 11/19/2022 |
| 6.2.2 | 142,910 | 11/17/2022 |
| 6.2.1 | 255,952 | 11/11/2022 |
| 6.2.0 | 68,802 | 11/8/2022 |
| 6.1.0 | 296,237 | 10/4/2022 |
| 6.0.0 | 871,534 | 8/24/2022 |
| 6.0.0-preview.3 | 63,952 | 5/9/2022 |
| 6.0.0-preview.2 | 4,972 | 4/9/2022 |
| 6.0.0-preview.1 | 830 | 4/7/2022 |