From 68b3f5043ee4f0171f9840a67e7bb40b1f8266ce Mon Sep 17 00:00:00 2001 From: David Duffy Date: Wed, 10 May 2017 17:22:13 -0700 Subject: [PATCH] Updated SDK references and made project meta-data URL's use HTTPS. --- CHANGELOG.md | 7 ++++++- .../project.json | 16 ++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aef78a5..5b217a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Changelog +## Version 2.1.0-beta4 + +- [Made package meta-data URLs use HTTPS](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/390) +- Updated SDK version dependency to 2.4.0-beta3. + ## Version 2.1.0-beta3 - [Removed the use of Platform Abstractions](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/410) - [Correlation header injection disabled for standard Azure storage calls](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/416) -- UseAI and AddAI calls made idempotent +- [Made UseApplicationInsights and AddApplicationInsightsTelemetry calls idempotent](https://github.com/Microsoft/ApplicationInsights-aspnetcore/pull/419) ## Version 2.1.0-beta2 diff --git a/src/Microsoft.ApplicationInsights.AspNetCore/project.json b/src/Microsoft.ApplicationInsights.AspNetCore/project.json index b7a113e..f76bb2d 100644 --- a/src/Microsoft.ApplicationInsights.AspNetCore/project.json +++ b/src/Microsoft.ApplicationInsights.AspNetCore/project.json @@ -3,13 +3,13 @@ "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-beta3", + "version": "2.1.0-beta4", "copyright": "Copyright © Microsoft. All Rights Reserved.", "packOptions": { - "projectUrl": "http://go.microsoft.com/fwlink/?LinkId=392727", - "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=510709", + "projectUrl": "https://go.microsoft.com/fwlink/?LinkId=392727", + "licenseUrl": "https://go.microsoft.com/fwlink/?LinkID=510709", "requireLicenseAcceptance": true, - "iconUrl": "http://appanacdn.blob.core.windows.net/cdn/icons/aic.png", + "iconUrl": "https://appanacdn.blob.core.windows.net/cdn/icons/aic.png", "tags": ["Analytics", "ApplicationInsights", "Telemetry", "AppInsights", "aspnetcore"], "repository": { "type": "git", @@ -79,8 +79,8 @@ "version": "1.2.0-beta2", "type": "build" }, - "Microsoft.ApplicationInsights": "2.4.0-beta2", - "Microsoft.ApplicationInsights.DependencyCollector": "2.4.0-beta2" + "Microsoft.ApplicationInsights": "2.4.0-beta3", + "Microsoft.ApplicationInsights.DependencyCollector": "2.4.0-beta3" //"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-beta2", - "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.4.0-beta2" + "Microsoft.ApplicationInsights.PerfCounterCollector": "2.4.0-beta3", + "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.4.0-beta3" } }, "netstandard1.6": {