From 0f67a65ba14fb1280d02ff27594437a6e9da5e32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:58:21 -0400 Subject: [PATCH] [.Net Version Bump] Bump to v2.49.000 (#238) Co-authored-by: pierotibou --- dotnet/build-packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/build-packages.sh b/dotnet/build-packages.sh index 2c4e5984..7318e5f4 100644 --- a/dotnet/build-packages.sh +++ b/dotnet/build-packages.sh @@ -1,6 +1,6 @@ -RELEASE_VERSION="2.48.000" +RELEASE_VERSION="2.49.000" AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.51.0-1-x86_64.zip" -TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v2.48.0/windows-tracer-home.zip" +TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v2.49.0/windows-tracer-home.zip" echo "Downloading tracer from ${TRACER_DOWNLOAD_URL}" wget -O tracer.zip $TRACER_DOWNLOAD_URL