Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Update Web/Base SDK version dependency to 2.7.0-beta4 (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liudmila Molkova authored Jul 23, 2018
1 parent 7c0dcc4 commit 93c11fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 2.4.0-beta4
- Updated Web/Base SDK version dependency to 2.7.0-beta4

## Version 2.4.0-beta3
- [Allow configuring exception tracking in RequestTrackingTelemetryModule and merge OperationCorrelationTelemetryInitializer with RequestTrackingTelemetryModule](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/709)
- [Allow disabling response headers injection](https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/613)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.7.0-beta3" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.7.0-beta3" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.7.0-beta3" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.7.0-beta3" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.7.0-beta3" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.7.0-beta4" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.7.0-beta4" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.7.0-beta4" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.7.0-beta4" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.7.0-beta4" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.0.2" />
Expand Down

0 comments on commit 93c11fc

Please sign in to comment.