Merge 2.1.0-beta1 changes to develop. (#374)
* Updated version of referenced signing plugin. * Updated changelog.
This commit is contained in:
Родитель
4e02f7dc02
Коммит
0c748a13bd
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## Version 2.1.0-beta1
|
||||
|
||||
- Bug fixes
|
||||
- Removed UserAgentTelemetryInitializer and associated tests.
|
||||
- Added instrumentation key header
|
||||
- [Added OperationCorrelationTelemetryInitializer](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/333)
|
||||
- [Set Id instead of OperationId for request dependency correlation](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/340)
|
||||
- [Set Id in thread-safe location](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/342)
|
||||
- Updated SDK version dependency to 2.3.0-beta3.
|
||||
|
||||
## Version 2.0.0
|
||||
|
||||
- Added a configuration overload for AddApplicationInsightsTelemetry.
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
"projects": [ "src", "test" ]
|
||||
"projects": [ "src", "test" ],
|
||||
"sdk": {
|
||||
"version": "1.0.0-preview2-003131"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.0.0",
|
||||
"version": "2.1.0-beta1",
|
||||
"copyright": "Copyright © Microsoft. All Rights Reserved.",
|
||||
"packOptions": {
|
||||
"projectUrl": "http://go.microsoft.com/fwlink/?LinkId=392727",
|
||||
|
|
Загрузка…
Ссылка в новой задаче