Asp.Versioning.OData 10.0.0-rc.1

Prefix Reserved
This is a prerelease version of Asp.Versioning.OData.
dotnet add package Asp.Versioning.OData --version 10.0.0-rc.1
                    
NuGet\Install-Package Asp.Versioning.OData -Version 10.0.0-rc.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.OData" Version="10.0.0-rc.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Asp.Versioning.OData" Version="10.0.0-rc.1" />
                    
Directory.Packages.props
<PackageReference Include="Asp.Versioning.OData" />
                    
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.OData --version 10.0.0-rc.1
                    
#r "nuget: Asp.Versioning.OData, 10.0.0-rc.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.OData@10.0.0-rc.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.OData&version=10.0.0-rc.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Asp.Versioning.OData&version=10.0.0-rc.1&prerelease
                    
Install as a Cake Tool
📣 Formerly Microsoft.AspNetCore.OData.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 and OData v4.0. The API versioning extensions define simple metadata attributes and conventions that you use to describe which API versions are implemented by your services.

Commonly Used Types

  • Asp.Versioning.Controllers.VersionedMetadataController
  • Asp.Versioning.OData.ApiVersionAnnotation
  • Asp.Versioning.OData.IModelConfiguration
  • Asp.Versioning.OData.ODataApiVersioningOptions
  • Asp.Versioning.OData.VersionedODataModelBuilder
  • Asp.Versioning.Routing.VersionedAttributeRoutingConvention
  • Asp.Versioning.Routing.VersionedMetadataRoutingConvention

Release Notes

https://github.com/dotnet/aspnet-api-versioning/releases/tag/v10.0.0-rc.1

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on Asp.Versioning.OData:

Package Downloads
Asp.Versioning.OData.ApiExplorer

The API Explorer extensions for ASP.NET Core API Versioning and OData v4.0.

Fluxera.Extensions.Hosting.Modules.AspNetCore.HttpApi.OData

A module that enables OData for ASP.NET Core.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0-rc.1 2,953 4/21/2026
10.0.0-preview.2 164 3/12/2026
10.0.0-preview.1 1,236 2/16/2026
8.2.1 163,950 12/27/2025
8.2.0 300,268 4/15/2025
8.1.0 789,062 3/26/2024
8.0.0 78,934 12/8/2023
7.1.0 88,112 10/9/2023
7.0.2 17,867 8/14/2023
7.0.1 116,968 12/28/2022
7.0.0 4,164 12/8/2022
7.0.0-rc.1 337 11/26/2022
7.0.0-preview.2 285 11/17/2022
7.0.0-preview.1 289 11/14/2022
6.4.0 247,630 12/28/2022
6.3.1 26,078 11/26/2022
6.3.0 3,996 11/19/2022
6.2.1 17,044 11/11/2022
6.2.0 2,519 11/8/2022
6.1.0 30,155 10/4/2022
Loading failed