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

Commit 198c760

Browse files
authored
Bump to 2.8.2 (#1007)
1 parent 09cf404 commit 198c760

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3+
## Version 2.8.2
4+
- Updated Web SDK to 2.11.2
5+
6+
## Version 2.8.1
7+
- Updated Web SDK to 2.11.1
8+
39
## Version 2.8.0
410
- Updated Bask SDK/Web SDK/Logging Adaptor SDK to 2.11.0
511
- Updated System.Diagnostics.DiagnosticSource to 4.6.0
612

7-
813
## Version 2.8.0-beta3
914
- [Make W3C Correlation default and leverage native W3C support from Activity.](https://github.com/microsoft/ApplicationInsights-aspnetcore/pull/958)
1015
- [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)

src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<AssemblyName>Microsoft.ApplicationInsights.AspNetCore</AssemblyName>
6-
<VersionPrefix>2.8.1</VersionPrefix>
6+
<VersionPrefix>2.8.2</VersionPrefix>
77
<LangVersion>7.2</LangVersion>
88
<TargetFrameworks>netstandard2.0;net451;net46;netstandard1.6</TargetFrameworks>
99
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.6;netstandard2.0</TargetFrameworks>
@@ -65,9 +65,9 @@
6565

6666
<ItemGroup>
6767
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.11.0" />
68-
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.1" />
69-
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.1" />
70-
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.1" />
68+
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.2" />
69+
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.2" />
70+
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.2" />
7171
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.11.0" />
7272
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" />
7373
<PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
@@ -82,7 +82,7 @@
8282
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
8383
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.0" />
8484
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.11.0" />
85-
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.1" />
85+
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.2" />
8686
<PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
8787
</ItemGroup>
8888

src/Microsoft.ApplicationInsights.WorkerService/Microsoft.ApplicationInsights.WorkerService.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<AssemblyName>Microsoft.ApplicationInsights.WorkerService</AssemblyName>
6-
<VersionPrefix>2.8.1</VersionPrefix>
6+
<VersionPrefix>2.8.2</VersionPrefix>
77
<LangVersion>7.2</LangVersion>
88
<TargetFrameworks>netstandard2.0</TargetFrameworks>
99

@@ -62,12 +62,12 @@
6262

6363
<ItemGroup>
6464
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.11.0" />
65-
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.1" />
66-
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.1" />
67-
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.1" />
65+
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.2" />
66+
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.2" />
67+
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.2" />
6868
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.11.0" />
6969
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.11.0" />
70-
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.1" />
70+
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.2" />
7171

7272
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
7373
</ItemGroup>

0 commit comments

Comments
 (0)