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 |