Skip to content

Commit 900fa6f

Browse files
author
Timothy Mothra
authored
bump version 2.11 (#1215)
1 parent 0c87e3a commit 900fa6f

13 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
This changelog will be used to generate documentation on [release notes page](http://azure.microsoft.com/documentation/articles/app-insights-release-notes-dotnet/).
44

5+
56
## Version 2.11.0
7+
- Upgrade to System.Diagnostics.DiagnosticSource v4.6
68
- [Fix: StartOperation(Activity) does not check for Ids compatibility](https://github.com/microsoft/ApplicationInsights-dotnet/pull/1213)
79

810
## Version 2.11.0-beta2

GlobalStaticVersion.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<SemanticVersionMinor>11</SemanticVersionMinor>
1010
<SemanticVersionPatch>0</SemanticVersionPatch>
1111
<!--Valid values: beta1, beta2, EMPTY for stable -->
12-
<PreReleaseMilestone>beta2</PreReleaseMilestone>
12+
<PreReleaseMilestone></PreReleaseMilestone>
1313
<!--
1414
Date when Semantic Version was changed.
1515
Update for every public release.

NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<!-- This file belongs into the EnlistmentRoot folder next to EnlistmentRoot.marker. -->
44
<!-- See the comments in Directory.Build.props for explanations. -->
55
<packageSources>
6-
<clear/>
6+
<clear />
77
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
8+
<add key="Net Core Feed" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/3.0.100-rc2-014277/nuget/v3/index.json" />
89
</packageSources>
910
</configuration>

Test/Microsoft.ApplicationInsights.Test/Net45/Microsoft.ApplicationInsights.Net45.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
3232
<PackageReference Include="CompareNETObjects" Version="4.59.0" />
3333
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
34-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview7.19362.9" />
34+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
3535
<PackageReference Include="Moq" Version="4.10.0" />
3636
<Reference Include="Microsoft.CSharp" />
3737
<Reference Include="System" />

Test/Microsoft.ApplicationInsights.Test/Net46/Microsoft.ApplicationInsights.Net46.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
3232
<PackageReference Include="CompareNETObjects" Version="4.59.0" />
3333
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
34-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview7.19362.9" />
34+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
3535
<PackageReference Include="Moq" Version="4.10.0" />
3636
<Reference Include="Microsoft.CSharp" />
3737
<Reference Include="System" />

Test/Microsoft.ApplicationInsights.Test/Standalone/Microsoft.ApplicationInsights.Isolated.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" />
3737
<Reference Include="System.ComponentModel.Composition" />
3838
<PackageReference Include="System.Console" Version="4.3.0" />
39-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview7.19362.9" />
39+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
4040
<PackageReference Include="System.Diagnostics.FileVersionInfo" Version="4.3.0" />
4141
<PackageReference Include="System.Diagnostics.StackTrace" Version="4.3.0" />
4242
<PackageReference Include="System.IO.Compression" Version="4.3.0" />

Test/Microsoft.ApplicationInsights.Test/netcoreapp11/Microsoft.ApplicationInsights.netcoreapp11.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
2626
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
2727
<PackageReference Include="CompareNETObjects" Version="4.59.0" />
28-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview7.19362.9" />
28+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
2929
<PackageReference Include="System.Net.Http" Version="4.3.4" />
3030
<PackageReference Include="System.Net.Security" Version="4.3.2" />
3131
</ItemGroup>

Test/Microsoft.ApplicationInsights.Test/netcoreapp20/Microsoft.ApplicationInsights.netcoreapp20.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
2727
<PackageReference Include="CompareNETObjects" Version="4.59.0" />
2828
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
29-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview7.19362.9" />
29+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

Test/ServerTelemetryChannel.Test/Net45.Tests/TelemetryChannel.Net45.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
3232
<PackageReference Include="CompareNETObjects" Version="4.59.0" />
3333
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
34-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview7.19362.9" />
34+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
3535
<ProjectReference Include="..\..\..\src\ServerTelemetryChannel\TelemetryChannel.csproj">
3636
<Project>{3273d899-d9b3-44fe-b3ab-578e18b2ef90}</Project>
3737
<Name>TelemetryChannel</Name>

Test/ServerTelemetryChannel.Test/NetCore.Tests/TelemetryChannel.netcoreapp11.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="System.Security.AccessControl" Version="4.3.0" />
3535
<PackageReference Include="CompareNETObjects" Version="4.59.0" />
3636
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
37-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview7.19362.9" />
37+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
3838
<PackageReference Include="System.Net.Security" Version="4.3.2" />
3939
<ProjectReference Include="..\..\..\src\ServerTelemetryChannel\TelemetryChannel.csproj" />
4040
</ItemGroup>

0 commit comments

Comments
 (0)