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

Commit 6266f78

Browse files
author
Liudmila Molkova
authored
bump vestion and update base to 2.10.0 (#880)
1 parent 681e8e0 commit 6266f78

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Version 2.7.0
4+
- Updated Web/Base SDK version dependency to 2.10.0
45
- [Remove unused reference to System.Net.Http](https://github.com/microsoft/ApplicationInsights-aspnetcore/pull/879)
56

67
## Version 2.7.0-beta4

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>Microsoft.ApplicationInsights.AspNetCore</AssemblyName>
4-
<VersionPrefix>2.7.0-beta4</VersionPrefix>
4+
<VersionPrefix>2.7.0</VersionPrefix>
55
<Authors>Microsoft</Authors>
66
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
77
<AssemblyTitle>Application Insights for ASP.NET Core Web Applications</AssemblyTitle>
@@ -81,11 +81,11 @@
8181
</ItemGroup>
8282

8383
<ItemGroup>
84-
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.10.0-beta4" />
85-
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.10.0-beta4" />
86-
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.10.0-beta4" />
87-
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.10.0-beta4" />
88-
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.10.0-beta4" />
84+
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.10.0" />
85+
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.10.0" />
86+
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.10.0" />
87+
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.10.0" />
88+
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.10.0" />
8989
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" />
9090
<PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
9191
</ItemGroup>
@@ -97,7 +97,7 @@
9797

9898
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
9999
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.0" />
100-
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.10.0-beta4" />
100+
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.10.0" />
101101
<PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
102102
</ItemGroup>
103103

0 commit comments

Comments
 (0)