Skip to content

Commit

Permalink
Post 1.9.0 release (#3754)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachmatt authored Nov 6, 2024
1 parent 8a1f2c8 commit 4bc7061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

<ItemGroup>
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="$(NuGetPackageVersion)" Condition=" '$(NuGetPackageVersion)' != '' " />
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.8.0" Condition=" '$(NuGetPackageVersion)' == '' " />
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.9.0" Condition=" '$(NuGetPackageVersion)' == '' " />
</ItemGroup>
</Project>

0 comments on commit 4bc7061

Please sign in to comment.