From 4bc706169942412a3aeb44b9dfd4f7ffc71393dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81ach?= Date: Wed, 6 Nov 2024 18:25:44 +0100 Subject: [PATCH] Post 1.9.0 release (#3754) --- examples/demo/Dockerfile | 2 +- .../TestApplication.NugetSample.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/demo/Dockerfile b/examples/demo/Dockerfile index f5eed86d69..2422a16a5b 100644 --- a/examples/demo/Dockerfile +++ b/examples/demo/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0.302-jammy@sha256:838644c2dd735cdf0ba3c6ec282b77bfea80039fb45fe41b70d2e026a1f30a12 # install OpenTelemetry .NET Automatic Instrumentation -ARG OTEL_VERSION=1.8.0 +ARG OTEL_VERSION=1.9.0 ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh RUN apt-get update && apt-get install -y unzip && \ OTEL_DOTNET_AUTO_HOME="/otel-dotnet-auto" sh otel-dotnet-auto-install.sh diff --git a/test/test-applications/nuget-packages/TestApplication.NugetSample/TestApplication.NugetSample.csproj b/test/test-applications/nuget-packages/TestApplication.NugetSample/TestApplication.NugetSample.csproj index f9343f5a8a..6f1e305fd8 100644 --- a/test/test-applications/nuget-packages/TestApplication.NugetSample/TestApplication.NugetSample.csproj +++ b/test/test-applications/nuget-packages/TestApplication.NugetSample/TestApplication.NugetSample.csproj @@ -6,6 +6,6 @@ - +