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

Commit

Permalink
bump version 2.12.0-beta1-build5020 (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored Oct 10, 2019
1 parent 5844b5a commit 8b40ed9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@


<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.12.0-beta1-build4530" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.12.0-beta1-build5020" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.12.0-beta1-build5020" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.12.0-beta1-build5020" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.12.0-beta1-build4530" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
Expand All @@ -86,7 +86,7 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.12.0-beta1-build5020" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
<Import Project="..\Shared\Shared.projitems" Label="Shared" />

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.12.0-beta1-build4530" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.12.0-beta1-build5020" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.12.0-beta1-build5020" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.12.0-beta1-build5020" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.12.0-beta1-build4530" />
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.12.0-beta1-build5020" />

<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
</ItemGroup>
Expand Down

0 comments on commit 8b40ed9

Please sign in to comment.