Bielu.AspNetCore.AsyncApi.Versioning
1.0.0
Prefix Reserved
dotnet add package Bielu.AspNetCore.AsyncApi.Versioning --version 1.0.0
NuGet\Install-Package Bielu.AspNetCore.AsyncApi.Versioning -Version 1.0.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="Bielu.AspNetCore.AsyncApi.Versioning" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bielu.AspNetCore.AsyncApi.Versioning" Version="1.0.0" />
<PackageReference Include="Bielu.AspNetCore.AsyncApi.Versioning" />
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 Bielu.AspNetCore.AsyncApi.Versioning --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bielu.AspNetCore.AsyncApi.Versioning, 1.0.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.
#:package Bielu.AspNetCore.AsyncApi.Versioning@1.0.0
#: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=Bielu.AspNetCore.AsyncApi.Versioning&version=1.0.0
#tool nuget:?package=Bielu.AspNetCore.AsyncApi.Versioning&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bielu.AspNetCore.AsyncApi.Versioning
Asp.Versioning integration for Bielu.AspNetCore.AsyncApi: one AsyncAPI document per API version, matching the convention already used on the OpenAPI side.
Installation
dotnet add package Bielu.AspNetCore.AsyncApi.Versioning
Usage
builder.Services.AddApiVersioning().AddApiExplorer();
builder.Services.AddAsyncApiForApiVersions((options, description) =>
{
options.WithInfo($"My API {description.ApiVersion}", description.ApiVersion.ToString());
});
var app = builder.Build();
app.MapAsyncApi(); // -> /asyncapi/v1.json, /asyncapi/v2.json, ...
Every version the API explorer reports gets its own document, and versions marked deprecated are flagged as deprecated in the generated output.
Documentation
Feedback & Contributing
Released under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
| Product | Versions 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.
-
net10.0
- Asp.Versioning.Mvc.ApiExplorer (>= 10.0.0)
- Bielu.AspNetCore.AsyncApi (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 42 | 8/2/2026 |
| 1.0.0-beta.639212611648129867 | 36 | 8/2/2026 |
| 1.0.0-beta.639212599446238423 | 47 | 8/2/2026 |
| 1.0.0-beta.639212120718910090 | 40 | 8/1/2026 |
| 1.0.0-beta.639212076260211021 | 41 | 8/1/2026 |
| 1.0.0-beta.639212044042877584 | 41 | 8/1/2026 |
| 1.0.0-beta.639209220947418460 | 43 | 7/29/2026 |
| 1.0.0-beta.639209066819502286 | 45 | 7/29/2026 |
| 1.0.0-beta.639208696856244784 | 44 | 7/28/2026 |
| 1.0.0-beta.639207351003116057 | 42 | 7/27/2026 |
| 1.0.0-beta.639207338242555809 | 47 | 7/27/2026 |
| 1.0.0-beta.639203173131792988 | 40 | 7/22/2026 |
| 1.0.0-beta.639203162467618196 | 46 | 7/22/2026 |
| 1.0.0-beta.639203031360907880 | 44 | 7/22/2026 |
| 1.0.0-beta.639203020568560427 | 46 | 7/22/2026 |
| 1.0.0-beta.639203013842046086 | 44 | 7/22/2026 |