Skip to content

Commit 5745437

Browse files
pjanottiRassKKielek
authored
Update .NET Fx System.Diagnostics.DiagnosticSource to v8.0.1 (#3710)
* Testing S.D.DS 8.0.1 * update changelog * Update CHANGELOG.md --------- Co-authored-by: Rasmus Kuusmann <[email protected]> Co-authored-by: Piotr Kiełkowicz <[email protected]>
1 parent 497b26f commit 5745437

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
2121
- `Google.Protobuf` updated from `3.28.2` to `3.28.3`,
2222
- `Microsoft.Extensions.DependencyInjection` from `8.0.0` to `8.0.1`,
2323
- `Microsoft.Extensions.DependencyInjection.Abstractions` from `8.0.1` to `8.0.2`,
24+
- `System.Diagnostics.DiagnosticSource` from `8.0.0` to `8.0.1`,
2425
- `System.Text.Json` from `8.0.4` to `8.0.5`.
2526

2627
### Deprecated

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
8282
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="8.0.0" />
8383
<PackageVersion Include="System.Buffers" Version="4.5.1" />
84-
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
84+
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
8585
<PackageVersion Include="System.Memory" Version="4.5.5" />
8686
<PackageVersion Include="System.Numerics.Vectors" Version="4.5.0" />
8787
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />

src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
7575
{ L"System.Data.Common", {4, 2, 0, 0} },
7676
{ L"System.Diagnostics.Contracts", {4, 0, 1, 0} },
7777
{ L"System.Diagnostics.Debug", {4, 0, 11, 0} },
78-
{ L"System.Diagnostics.DiagnosticSource", {8, 0, 0, 0} },
78+
{ L"System.Diagnostics.DiagnosticSource", {8, 0, 0, 1} },
7979
{ L"System.Diagnostics.FileVersionInfo", {4, 0, 2, 0} },
8080
{ L"System.Diagnostics.Process", {4, 1, 2, 0} },
8181
{ L"System.Diagnostics.StackTrace", {4, 1, 0, 0} },

0 commit comments

Comments
 (0)