From 1a034721e1200e1a1e2204c2c5a6a953a59686f1 Mon Sep 17 00:00:00 2001 From: Saar Shen Date: Mon, 4 Apr 2022 14:57:07 -0700 Subject: [PATCH] Release 2.4.0-beta1 --- README.md | 5 +++++ SupportMatrix.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94719b8..1f6b608 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ## Announcement +* Profiler [2.4.0-beta1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.4.0-beta1) is released. + * Highlights: + * Support getting configurations from application insights UI in Azure Portal. [Details](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/158). + * Remove the dependency to Newtonsoft.NET. Details by [#142](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/142) and [#163](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/163). + * Profiler [2.3.1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1) is released. * Highlights: * First stable version runs on .NET 6: some edge cases covered by betas. Thank you all for early adoption and the bug reports. diff --git a/SupportMatrix.md b/SupportMatrix.md index b62bf04..3b6a876 100644 --- a/SupportMatrix.md +++ b/SupportMatrix.md @@ -26,7 +26,8 @@ The profiling technology is based on .NET Core runtime. We do not support applic | Application Insights Profiler | Windows (Experimental support) | Linux | | ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -------------------------------------- | -| [2.3.1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1) | .NET Core App 3.1, .NET 5 | .NET Core App 3.1, .NET 5, .NET 6 | +| [2.4.0-beta1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1) | .NET Core App 3.1, .NET 6 | .NET Core App 3.1, .NET 6 | +| [2.3.1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1) | .NET Core App 3.1, .NET 6 | .NET Core App 3.1, .NET 6 | | [2.3.1-beta5](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta5) | .NET Core App 3.1, .NET 5 | .NET Core App 3.1, .NET 5, .NET 6 Beta | | [2.3.1-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta4) | .NET Core App 3.1, .NET 5 | .NET Core App 3.1, .NET 5, .NET 6 Beta | | [2.3.1-beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta3) | .NET Core App 3.1, .NET 5 | .NET Core App 3.1, .NET 5, .NET 6 Beta |