diff --git a/CHANGELOG.md b/CHANGELOG.md index a5bda86..b7ee133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 2.1.0 + +- Updated SDK version dependency to 2.4.0. +- Fixed a minor logging message issue. +- Fixed unit test reliability issues. + ## Version 2.1.0-beta6 - Updated SDK version dependency to 2.4.0-beta5. diff --git a/src/Microsoft.ApplicationInsights.AspNetCore/project.json b/src/Microsoft.ApplicationInsights.AspNetCore/project.json index 4547289..0e68be0 100644 --- a/src/Microsoft.ApplicationInsights.AspNetCore/project.json +++ b/src/Microsoft.ApplicationInsights.AspNetCore/project.json @@ -3,7 +3,7 @@ "summary": "Application Insights for ASP.NET Core web applications.", "description": "Application Insights for ASP.NET Core web applications. See https://azure.microsoft.com/en-us/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156", "authors": ["Microsoft"], - "version": "2.1.0-beta6", + "version": "2.1.0", "copyright": "Copyright © Microsoft. All Rights Reserved.", "packOptions": { "projectUrl": "https://go.microsoft.com/fwlink/?LinkId=392727", @@ -79,8 +79,8 @@ "version": "1.2.0-beta2", "type": "build" }, - "Microsoft.ApplicationInsights": "2.4.0-beta5", - "Microsoft.ApplicationInsights.DependencyCollector": "2.4.0-beta5" + "Microsoft.ApplicationInsights": "2.4.0", + "Microsoft.ApplicationInsights.DependencyCollector": "2.4.0" //"Text.Analyzers": { // "version": "1.2.0-beta2", // "type": "build" @@ -94,8 +94,8 @@ "net451": { "dependencies": { "System.Net.Http": "4.3.1", - "Microsoft.ApplicationInsights.PerfCounterCollector": "2.4.0-beta5", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.4.0-beta5" + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.4.0", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.4.0" } }, "netstandard1.6": {