Asp.Versioning.Http 8.1.0

dotnet add package Asp.Versioning.Http --version 8.1.0
                    
NuGet\Install-Package Asp.Versioning.Http -Version 8.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="Asp.Versioning.Http" Version="8.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Asp.Versioning.Http" Version="8.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Asp.Versioning.Http" />
                    
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.Http --version 8.1.0
                    
#r "nuget: Asp.Versioning.Http, 8.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.
#addin nuget:?package=Asp.Versioning.Http&version=8.1.0
                    
Install Asp.Versioning.Http as a Cake Addin
#tool nuget:?package=Asp.Versioning.Http&version=8.1.0
                    
Install Asp.Versioning.Http as a Cake Tool

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

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

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (62)

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.

Ark.Tools.AspNetCore

Tools and base classes for AspNetCore as in Ark-way of using it

FastEndpoints.AspVersioning

Asp.Versioning.Http package integration for FastEndpoints.

GreatUtilities.Web

Essencial tools to agile development.

Cortside.Health

Package Description

GitHub repositories (23)

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 9 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/monolith-to-cloud-architecture
A practical architecture styles for migrating from monolith to modern cloud native application with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, and Masstransit in .Net 9.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .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
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
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
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.
OpenCoreMMO/OpenCoreMMO
Modern MMORPG server emulator written in C#
meysamhadeli/booking-modular-monolith
Practical Modular Monolith, built with .Net 9, DDD, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
anuraj/AspNetCoreSamples
This repository is set of ASP.NET Core projects and scripts.
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/MinimalApi
ASP.NET Core 8.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.
Version Downloads Last updated
8.1.0 23,386,232 3/26/2024
8.0.0 5,934,362 12/8/2023
7.1.0 4,029,162 9/15/2023
7.0.1 559,211 8/14/2023
7.0.0 2,165,603 12/8/2022
7.0.0-rc.1 1,588 11/26/2022
7.0.0-preview.2 5,687 11/17/2022
7.0.0-preview.1 646 11/14/2022
6.5.0 2,108,070 9/15/2023
6.4.0 3,681,454 12/28/2022
6.3.1 213,814 11/26/2022
6.3.0 69,282 11/19/2022
6.2.2 60,093 11/17/2022
6.2.1 204,532 11/11/2022
6.2.0 41,320 11/8/2022
6.1.0 211,673 10/4/2022
6.0.0 663,304 8/24/2022
6.0.0-preview.3 58,916 5/9/2022
6.0.0-preview.2 4,777 4/9/2022
6.0.0-preview.1 388 4/7/2022