From 4c32b3d6f0b0e6c0f0f340b2da75822acc698113 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:59:31 -0500 Subject: [PATCH] [.Net Version Bump] Bump to v2.47.001 (#232) Co-authored-by: jcstorms1 --- dotnet/build-packages-dev.sh | 2 +- dotnet/build-packages.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/build-packages-dev.sh b/dotnet/build-packages-dev.sh index 2e404293..85335ab7 100755 --- a/dotnet/build-packages-dev.sh +++ b/dotnet/build-packages-dev.sh @@ -1,5 +1,5 @@ DEVELOPMENT_VERSION="0.2.117-prerelease" -AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.49.0-1-x86_64.zip" +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://apmdotnetci.blob.core.windows.net/apm-dotnet-ci-artifacts-master/INSTALL_SHA/windows-tracer-home.zip" diff --git a/dotnet/build-packages.sh b/dotnet/build-packages.sh index f7eabdf0..6c107405 100644 --- a/dotnet/build-packages.sh +++ b/dotnet/build-packages.sh @@ -1,5 +1,5 @@ -RELEASE_VERSION="2.47.000" -AGENT_DOWNLOAD_URL="http://s3.amazonaws.com/dsd6-staging/windows/agent7/buildpack/agent-binaries-7.49.0-1-x86_64.zip" +RELEASE_VERSION="2.47.001" +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.47.0/windows-tracer-home.zip" echo "Downloading tracer from ${TRACER_DOWNLOAD_URL}"