From 8acde8db2f1842c2fbdd04387f4b288ab96a690f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:31:46 +0100 Subject: [PATCH] [.Net Version Bump] Bump to v3.6.000 (#293) Co-authored-by: andrewlock --- 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 73cc0057..8a59c258 100644 --- a/dotnet/build-packages.sh +++ b/dotnet/build-packages.sh @@ -1,6 +1,6 @@ -RELEASE_VERSION="3.5.000" +RELEASE_VERSION="3.6.000" AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.54.1-1-x86_64.zip" -TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.5.0/windows-tracer-home.zip" +TRACER_DOWNLOAD_URL="https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.6.0/windows-tracer-home.zip" echo "Downloading tracer from ${TRACER_DOWNLOAD_URL}" wget -O tracer.zip $TRACER_DOWNLOAD_URL