Skip to content

Commit 1a03472

Browse files
committed
Release 2.4.0-beta1
1 parent a78e64d commit 1a03472

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Announcement
44

5+
* Profiler [2.4.0-beta1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.4.0-beta1) is released.
6+
* Highlights:
7+
* Support getting configurations from application insights UI in Azure Portal. [Details](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/158).
8+
* 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).
9+
510
* Profiler [2.3.1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1) is released.
611
* Highlights:
712
* First stable version runs on .NET 6: some edge cases covered by betas. Thank you all for early adoption and the bug reports.

SupportMatrix.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ The profiling technology is based on .NET Core runtime. We do not support applic
2626

2727
| Application Insights Profiler | Windows (Experimental support) | Linux |
2828
| ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -------------------------------------- |
29-
| [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 |
29+
| [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 |
30+
| [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 |
3031
| [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 |
3132
| [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 |
3233
| [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 |

0 commit comments

Comments
 (0)