You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,20 @@
2
2
3
3
## Announcement
4
4
5
-
* Profiler [2.3.1-beta5](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta5) is released.
6
-
* Bug fixes. Click [here](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/14?closed=1) for details.
5
+
* Profiler [2.3.1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1) is released.
6
+
* Highlights:
7
+
* First stable version runs on .NET 6: some edge cases covered by betas. Thank you all for early adoption and the bug reports.
8
+
* Smaller package - Compare to 2.3.0, down to around 7M from 12M, thanks to the unified uploader across all .NET runtime versions.
9
+
* Bump up Microsoft.Extensions packages to 3.1.22 for security.
7
10
8
11
## Previous announcements
9
12
13
+
* Profiler [2.3.1-beta5](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta5) is released.
14
+
* Bug fixes. Click [here](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/14?closed=1) for details.
15
+
10
16
* Profiler [2.3.1-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta4) is released.
11
17
* Bug fixes. Click [here](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/16?closed=1) for details.
12
18
13
-
* Profiler [2.3.1-beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta3) is released for testing with .NET 6.
14
-
* New uploader that works on .NET Core 3.1, .NET 5 & .NET 6.
15
-
* Clean up package dependencies.
16
-
17
19
## Description
18
20
19
21
This is the project home page for `Microsoft Application Insights Profiler for ASP.NET Core`. The NuGet packages can be found [here](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/).
_Notice: .NET Core 2.2 is **out of support**, it is recommended to migrate your project to .NET 3.1. Refer to [.NET Core](https://dotnet.microsoft.com/download/dotnet-core) page for details. If you have to stay on .NET Core 2.2 for now, please this specific version of [`Microsoft.ApplicationInsights.AspNetCore v2.14`](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore/2.14.0) alone with the profiler package._
40
+
_Notice: .NET Core 2.2 is **out of support**, it is recommended to migrate your project to .NET Core 3.1/6.0. Refer to [.NET Core](https://dotnet.microsoft.com/download/dotnet-core) page for details. If you have to stay on .NET Core 2.2 for now, please this specific version of [`Microsoft.ApplicationInsights.AspNetCore v2.14`](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore/2.14.0) alone with the profiler package._
39
41
40
42
_Tips: Find official migration documentation [here](https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.1&tabs=visual-studio)._
0 commit comments