Correlate.AspNetCore 4.0.0

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

// Install Correlate.AspNetCore as a Cake Tool
#tool nuget:?package=Correlate.AspNetCore&version=4.0.0

ASP.NET Core middleware component to correlate requests between microservices using correlation ID request headers.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.1
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Correlate.AspNetCore:

Package Downloads
IntelExcel.CastSmart.API.Core.Web

Package Description

Smart.CoreBase

Esta biblioteca ha sido diseñada para usar con el Generador de codigo en Net 6 y superior. Biblioteca con clases base e interfaces para usar con el Generador de Codigo en base a .Net Core. en Modo asincrono.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 119,197 7/10/2022
3.3.0 503,745 12/5/2020
3.3.0-beta0009 270 12/5/2020
3.3.0-beta0007 382 11/28/2020
3.3.0-beta0000 252 11/19/2020
3.2.0 305,159 1/16/2020
3.1.0 17,482 9/23/2019
3.0.0 2,229 7/23/2019
2.4.0 4,136 7/2/2019
2.3.0 8,272 5/11/2019
2.2.0 3,942 4/7/2019
2.1.4 1,099 3/15/2019
2.1.3 488 3/15/2019
2.1.1 1,133 3/15/2019
2.1.0 491 3/15/2019

v4.0.0
     - Added .NET 6.0 support
     - Added .NET Core 3.1 support
     - Dropped .NET 5.0 support (non-LTS)
     - Removed .NET Core 2.1 support (implicitly by removing .NET Standard 2.0)