Skip to content

Commit 7184165

Browse files
authored
Post 1.10.0 release (#4020)
1 parent b82d017 commit 7184165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-jammy@sha256:838644c2dd735cdf0ba3c6ec282b77bfea80039fb45fe41b70d2e026a1f30a12
22

33
# install OpenTelemetry .NET Automatic Instrumentation
4-
ARG OTEL_VERSION=1.9.0
4+
ARG OTEL_VERSION=1.10.0
55
ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh
66
RUN apt-get update && apt-get install -y unzip && \
77
OTEL_DOTNET_AUTO_HOME="/otel-dotnet-auto" sh otel-dotnet-auto-install.sh

test/test-applications/nuget-packages/TestApplication.NugetSample/TestApplication.NugetSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
<ItemGroup>
88
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="$(NuGetPackageVersion)" Condition=" '$(NuGetPackageVersion)' != '' " />
9-
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.9.0" Condition=" '$(NuGetPackageVersion)' == '' " />
9+
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.10.0" Condition=" '$(NuGetPackageVersion)' == '' " />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)