1
0
Форкнуть 0

Updated references for 2.1.0 stable release. (#484)

This commit is contained in:
David Duffy 2017-06-28 18:13:21 -07:00 коммит произвёл GitHub
Родитель 85b6803495
Коммит 9ba04cd539
2 изменённых файлов: 11 добавлений и 5 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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": {