diff --git a/CHANGELOG.md b/CHANGELOG.md index 191d5031e1..4265655a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -126,7 +126,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h - `OpenTelemetry.Instrumentation.EntityFrameworkCore` from `1.0.0-beta.10` to `1.0.0-beta.11`, - `OpenTelemetry.ResourceDetectors.Container` from `1.0.0-beta.6` to `1.0.0-beta.7`. - .NET Framework only, following packages updated - - `Google.Protobuf` updated from `3.25.2` to `3.26.1`, + - `Google.Protobuf` updated from `3.25.2` to `3.27.1`, - `Grpc.Core.Api` from `2.60.0` to `2.62.0`, - `Microsoft.Extensions.DependencyInjection.Abstractions` from `8.0.0` to `8.0.1`, - `Microsoft.Extensions.Options` from `8.0.1` to `8.0.2`, diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index 4aee29720e..e7ffa0e138 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -29,7 +29,7 @@ public static partial class LibraryVersion { new("8.0.0"), new("8.10.0"), - new("8.13.12"), + new("8.14.0"), } }, { @@ -39,7 +39,7 @@ public static partial class LibraryVersion new("6.0.27"), new("7.0.20"), new("8.0.2", supportedFrameworks: new string[] {"net8.0"}), - new("8.0.5", supportedFrameworks: new string[] {"net8.0"}), + new("8.0.6", supportedFrameworks: new string[] {"net8.0"}), } }, { @@ -83,7 +83,7 @@ public static partial class LibraryVersion new("2.1.7"), new("3.1.5"), new("4.0.5"), - new("5.2.0"), + new("5.2.1"), } }, { @@ -130,7 +130,7 @@ public static partial class LibraryVersion new List { new("8.0.0"), - new("9.0.0", supportedFrameworks: new string[] {"net8.0"}), + new("9.0.1", supportedFrameworks: new string[] {"net8.0"}), } }, { diff --git a/examples/demo/Service/Directory.Packages.props b/examples/demo/Service/Directory.Packages.props index 3ce7921854..081c053bee 100644 --- a/examples/demo/Service/Directory.Packages.props +++ b/examples/demo/Service/Directory.Packages.props @@ -3,7 +3,7 @@ true - + diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index f80ece2a1a..4c52010c2f 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -62,7 +62,7 @@ - + diff --git a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h index 0681a929be..691a1bf912 100644 --- a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h +++ b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h @@ -18,7 +18,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap() const USHORT auto_major = atoi(AUTO_MAJOR); assembly_version_redirect_map_.insert({ - { L"Google.Protobuf", {3, 26, 1, 0} }, + { L"Google.Protobuf", {3, 27, 1, 0} }, { L"Grpc.Core", {2, 0, 0, 0} }, { L"Grpc.Core.Api", {2, 0, 0, 0} }, { L"Microsoft.Bcl.AsyncInterfaces", {8, 0, 0, 0} }, diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 576178cb9c..1f11f6491f 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -2,10 +2,10 @@ - + - + @@ -17,11 +17,11 @@ - + - - + + @@ -32,7 +32,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 0712be3d48..a5f1bcd926 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -37,7 +37,7 @@ public static TheoryData Elasticsearch #else theoryData.Add("8.0.0"); theoryData.Add("8.10.0"); - theoryData.Add("8.13.12"); + theoryData.Add("8.14.0"); #endif return theoryData; } @@ -56,7 +56,7 @@ public static TheoryData EntityFrameworkCore theoryData.Add("8.0.2"); #endif #if NET8_0 - theoryData.Add("8.0.5"); + theoryData.Add("8.0.6"); #endif #endif return theoryData; @@ -135,7 +135,7 @@ public static TheoryData SqlClientMicrosoft theoryData.Add("2.1.7"); theoryData.Add("3.1.5"); theoryData.Add("4.0.5"); - theoryData.Add("5.2.0"); + theoryData.Add("5.2.1"); #endif return theoryData; } @@ -219,7 +219,7 @@ public static TheoryData NServiceBus #else theoryData.Add("8.0.0"); #if NET8_0 - theoryData.Add("9.0.0"); + theoryData.Add("9.0.1"); #endif #endif return theoryData;