Noyanet.Core.ApiVersioning 1.0.85

dotnet add package Noyanet.Core.ApiVersioning --version 1.0.85
NuGet\Install-Package Noyanet.Core.ApiVersioning -Version 1.0.85
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="Noyanet.Core.ApiVersioning" Version="1.0.85" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Noyanet.Core.ApiVersioning --version 1.0.85
#r "nuget: Noyanet.Core.ApiVersioning, 1.0.85"
#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.
// Install Noyanet.Core.ApiVersioning as a Cake Addin
#addin nuget:?package=Noyanet.Core.ApiVersioning&version=1.0.85

// Install Noyanet.Core.ApiVersioning as a Cake Tool
#tool nuget:?package=Noyanet.Core.ApiVersioning&version=1.0.85

API Versioning


Enable Swagger to Explorer Versioned API for dotnet 8.0 or above

using Noyanet.Core.ApiVersioning;

.
.
.
builder.Services.AddSwaggerService();

.
.
.
var app = builder.Build();

// added showSwaggerInAllEnv parameter to allow enable swagger in all environments, it is false by default
// you can add this optional param to enable swagger in staging or production environment
app.UseSwaggerVersioned(showSwaggerInAllEnv:true);  
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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.85 218 12/5/2023
1.0.84 115 12/5/2023
1.0.83 117 12/5/2023
1.0.82 130 11/20/2023
1.0.8 114 11/19/2023
1.0.7 102 11/19/2023
1.0.6 105 11/19/2023
1.0.0 92 11/19/2023

Swagger API Explorer for dotnet 8.0 or above