From ac404aaaa6e1cdbee4484de61ad3816309ef8459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Fri, 27 Sep 2024 13:29:41 +0200 Subject: [PATCH] Post 1.8.0 release (#3674) --- 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 ec3d00fbdc..69ca66f406 100644 --- a/examples/demo/Dockerfile +++ b/examples/demo/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy # install OpenTelemetry .NET Automatic Instrumentation -ARG OTEL_VERSION=1.7.0 +ARG OTEL_VERSION=1.8.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 cd59631df6..f9343f5a8a 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 @@ - +