diff --git a/CHANGELOG.md b/CHANGELOG.md index d22f947c8f..afc7b58235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/compare/v0.3.0-beta.1...HEAD) +This release is built on top of [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet): + +- [Core components](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components): + [`1.3.1`](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.3.1) +- `System.Diagnostics.DiagnosticSource`: [`6.0.0`](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/6.0.0) + ### Added - Add support for Alpine. @@ -16,6 +22,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed - Extend StackExchange.Redis traces instrumentation for versions 2.6.66+. +- Updated [Core components](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components): + [`1.3.1`](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.3.1) ## [0.3.0-beta.1](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.3.0-beta.1) diff --git a/docs/README.md b/docs/README.md index f09daf3e83..8c3d8a229d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,7 +18,7 @@ OpenTelemetry .NET Automatic Instrumentation is built on top of [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet): - [Core components](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components): -[`1.3.0`](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.3.0) +[`1.3.1`](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.3.1) - `System.Diagnostics.DiagnosticSource`: [`6.0.0`](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/6.0.0) referencing `System.Runtime.CompilerServices.Unsafe`: [`6.0.0`](https://www.nuget.org/packages/System.Runtime.CompilerServices.Unsafe/6.0.0) diff --git a/examples/AspNetCoreMvc/Examples.AspNetCoreMvc.csproj b/examples/AspNetCoreMvc/Examples.AspNetCoreMvc.csproj index e024ff21c6..e6eea43e36 100644 --- a/examples/AspNetCoreMvc/Examples.AspNetCoreMvc.csproj +++ b/examples/AspNetCoreMvc/Examples.AspNetCoreMvc.csproj @@ -7,7 +7,7 @@ - + diff --git a/examples/ConsoleApp.SelfBootstrap/Examples.ConsoleApp.SelfBootstrap.csproj b/examples/ConsoleApp.SelfBootstrap/Examples.ConsoleApp.SelfBootstrap.csproj index 67de248ed8..c6bf737f79 100644 --- a/examples/ConsoleApp.SelfBootstrap/Examples.ConsoleApp.SelfBootstrap.csproj +++ b/examples/ConsoleApp.SelfBootstrap/Examples.ConsoleApp.SelfBootstrap.csproj @@ -10,14 +10,14 @@ - - + + - - + + diff --git a/examples/Vendor.Distro/Examples.Vendor.Distro.csproj b/examples/Vendor.Distro/Examples.Vendor.Distro.csproj index e8b46de9b5..2e1f635ae6 100644 --- a/examples/Vendor.Distro/Examples.Vendor.Distro.csproj +++ b/examples/Vendor.Distro/Examples.Vendor.Distro.csproj @@ -6,6 +6,6 @@ - + diff --git a/src/OpenTelemetry.AutoInstrumentation.AspNetCoreBootstrapper/OpenTelemetry.AutoInstrumentation.AspNetCoreBootstrapper.csproj b/src/OpenTelemetry.AutoInstrumentation.AspNetCoreBootstrapper/OpenTelemetry.AutoInstrumentation.AspNetCoreBootstrapper.csproj index bb63b7af07..a5539f17d9 100644 --- a/src/OpenTelemetry.AutoInstrumentation.AspNetCoreBootstrapper/OpenTelemetry.AutoInstrumentation.AspNetCoreBootstrapper.csproj +++ b/src/OpenTelemetry.AutoInstrumentation.AspNetCoreBootstrapper/OpenTelemetry.AutoInstrumentation.AspNetCoreBootstrapper.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/OpenTelemetry.AutoInstrumentation/OpenTelemetry.AutoInstrumentation.csproj b/src/OpenTelemetry.AutoInstrumentation/OpenTelemetry.AutoInstrumentation.csproj index 46b174d0c1..fcd686c5e5 100644 --- a/src/OpenTelemetry.AutoInstrumentation/OpenTelemetry.AutoInstrumentation.csproj +++ b/src/OpenTelemetry.AutoInstrumentation/OpenTelemetry.AutoInstrumentation.csproj @@ -7,14 +7,14 @@ - - - - - + + + + + - - + + diff --git a/test/test-applications/integrations/TestApplication.Plugins/TestApplication.Plugins.csproj b/test/test-applications/integrations/TestApplication.Plugins/TestApplication.Plugins.csproj index 2a577f4989..e0ef897c1d 100644 --- a/test/test-applications/integrations/TestApplication.Plugins/TestApplication.Plugins.csproj +++ b/test/test-applications/integrations/TestApplication.Plugins/TestApplication.Plugins.csproj @@ -4,7 +4,7 @@ - +