diff --git a/ApplicationInsights.AspNetCore.sln b/ApplicationInsights.AspNetCore.sln
index c7fe554b..9eec2bc0 100644
--- a/ApplicationInsights.AspNetCore.sln
+++ b/ApplicationInsights.AspNetCore.sln
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Common.targets = Common.targets
dirs.proj = dirs.proj
NuGet.config = NuGet.config
+ Nupkg.props = Nupkg.props
Readme.md = Readme.md
RunTestsCore.ps1 = RunTestsCore.ps1
SetEnv.targets = SetEnv.targets
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28afbb65..e477cff4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## Version 2.8.0
+- Updated Bask SDK/Web SDK/Logging Adaptor SDK to 2.11.0
+- Updated System.Diagnostics.DiagnosticSource to 4.6.0
+
+
## Version 2.8.0-beta3
- [Make W3C Correlation default and leverage native W3C support from Activity.](https://github.com/microsoft/ApplicationInsights-aspnetcore/pull/958)
- [Make W3C Correlation default and leverage native W3C support from Activity for Asp.Net Core 3.0.](https://github.com/microsoft/ApplicationInsights-aspnetcore/pull/958)
diff --git a/NuGet.config b/NuGet.config
index fb632e25..87a9a212 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,5 +4,6 @@
+
diff --git a/Nupkg.props b/Nupkg.props
new file mode 100644
index 00000000..8d157101
--- /dev/null
+++ b/Nupkg.props
@@ -0,0 +1,40 @@
+
+
+
+
+
+ True
+ True
+ snupkg
+
+
+
+
+
+ Microsoft
+ © Microsoft Corporation. All rights reserved.
+
+ Microsoft
+ Microsoft,AppInsightsSdk
+ true
+ MIT
+ https://go.microsoft.com/fwlink/?LinkId=392727
+ https://appanacdn.blob.core.windows.net/cdn/icons/aic.png
+ https://github.com/Microsoft/applicationinsights-aspnetcore
+ Git
+ Dependency
+ content
+ For the release notes please follow http://go.microsoft.com/fwlink/?LinkId=535037
+
+ Azure;Monitoring;Analytics;ApplicationInsights;Telemetry;AppInsights;
+
+
+
+
+ UNDEFINED
+ UNDEFINED
+ UNDEFINED
+
+
+
+
\ No newline at end of file
diff --git a/Readme.md b/Readme.md
index bee57aa8..12d5121d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,6 +2,10 @@
- [Microsoft.ApplicationInsights.AspNetCore](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore/)
[![Nuget](https://img.shields.io/nuget/vpre/Microsoft.ApplicationInsights.AspNetCore.svg)](https://nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore)
+- [Microsoft.ApplicationInsights.WorkerService](https://www.nuget.org/packages/Microsoft.ApplicationInsights.WorkerService/)
+[![Nuget](https://img.shields.io/nuget/vpre/Microsoft.ApplicationInsights.WorkerService.svg)](https://nuget.org/packages/Microsoft.ApplicationInsights.WorkerService)
+
+
Windows: [![Build Status](https://mseng.visualstudio.com/AppInsights/_apis/build/status/ChuckNorris/AI_ASPNETCore_Develop?branchName=develop)](https://mseng.visualstudio.com/AppInsights/_build/latest?definitionId=3717&branchName=develop)
diff --git a/src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj b/src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj
index 12cc9269..15c9a710 100644
--- a/src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj
+++ b/src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj
@@ -1,7 +1,9 @@
+
+
Microsoft.ApplicationInsights.AspNetCore
- 2.8.0-beta3
+ 2.8.0
7.2
netstandard2.0;net451;net46;netstandard1.6
netstandard1.6;netstandard2.0
@@ -18,24 +20,9 @@
Application Insights for ASP.NET Core Web Applications
Application Insights for ASP.NET Core Web Applications
Application Insights for ASP.NET Core web applications. See https://azure.microsoft.com/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
+ $(PackageTags)aspnetcore;
-
-
- Microsoft
- © Microsoft Corporation. All rights reserved.
- git
- https://github.com/Microsoft/ApplicationInsights-aspnetcore.git
- True
- True
- snupkg
- Azure;Monitoring;Analytics;ApplicationInsights;Telemetry;AppInsights;aspnetcore;
- https://appanacdn.blob.core.windows.net/cdn/icons/aic.png
- MIT
- https://go.microsoft.com/fwlink/?LinkId=392727
- true
-
-
true
@@ -77,14 +64,14 @@
-
-
-
-
-
+
+
+
+
+
-
+
@@ -94,8 +81,8 @@
-
-
+
+
diff --git a/src/Microsoft.ApplicationInsights.AspNetCore/RequestTrackingTelemetryModule.cs b/src/Microsoft.ApplicationInsights.AspNetCore/RequestTrackingTelemetryModule.cs
index 33eb6cc1..af32c895 100644
--- a/src/Microsoft.ApplicationInsights.AspNetCore/RequestTrackingTelemetryModule.cs
+++ b/src/Microsoft.ApplicationInsights.AspNetCore/RequestTrackingTelemetryModule.cs
@@ -10,6 +10,7 @@ namespace Microsoft.ApplicationInsights.AspNetCore
using Microsoft.ApplicationInsights.AspNetCore.Extensions;
using Microsoft.ApplicationInsights.AspNetCore.Implementation;
using Microsoft.ApplicationInsights.Extensibility;
+ using Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing;
using Microsoft.AspNetCore.Hosting;
///
@@ -112,7 +113,7 @@ public void Initialize(TelemetryConfiguration configuration)
}
catch (Exception e)
{
- AspNetCoreEventSource.Instance.RequestTrackingModuleInitializationFailed(e.Message);
+ AspNetCoreEventSource.Instance.RequestTrackingModuleInitializationFailed(e.ToInvariantString());
}
}
diff --git a/src/Microsoft.ApplicationInsights.WorkerService/Microsoft.ApplicationInsights.WorkerService.csproj b/src/Microsoft.ApplicationInsights.WorkerService/Microsoft.ApplicationInsights.WorkerService.csproj
index d9c82062..d05309ee 100644
--- a/src/Microsoft.ApplicationInsights.WorkerService/Microsoft.ApplicationInsights.WorkerService.csproj
+++ b/src/Microsoft.ApplicationInsights.WorkerService/Microsoft.ApplicationInsights.WorkerService.csproj
@@ -1,38 +1,24 @@
+
Microsoft.ApplicationInsights.WorkerService
- 2.8.0-beta3
+ 2.8.0
7.2
netstandard2.0
+
..\..\artifacts\src\$(MSBuildProjectName)
..\..\artifacts\obj\src\$(MSBuildProjectName)
$(DefineConstants);AI_ASPNETCORE_WORKER;
-
Microsoft.ApplicationInsights.WorkerService
Application Insights for .NET Core Worker Service Applications
Application Insights for .NET Core Worker Service Applications
Application Insights for .NET Core Worker Service (messaging, background tasks, and any non-HTTP workloads) applications. See https://azure.microsoft.com/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
-
-
-
-
- Microsoft
- © Microsoft Corporation. All rights reserved.
- git
- https://github.com/Microsoft/ApplicationInsights-aspnetcore.git
- True
- True
- snupkg
- Azure;Monitoring;Analytics;ApplicationInsights;Telemetry;AppInsights;aspnetcore;worker;console;backgroundtasks
- https://appanacdn.blob.core.windows.net/cdn/icons/aic.png
- MIT
- https://go.microsoft.com/fwlink/?LinkId=392727
- true
+ $(PackageTags)worker;console;backgroundtasks;
@@ -75,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+