Skip to content

Commit

Permalink
Post 1.8.0 release (#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Sep 27, 2024
1 parent a20d675 commit ac404aa
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-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
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.7.0" Condition=" '$(NuGetPackageVersion)' == '' " />
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.8.0" Condition=" '$(NuGetPackageVersion)' == '' " />
</ItemGroup>
</Project>

0 comments on commit ac404aa

Please sign in to comment.