diff --git a/profiler/src/ProfilerEngine/Datadog.Linux.ApiWrapper/CMakeLists.txt b/profiler/src/ProfilerEngine/Datadog.Linux.ApiWrapper/CMakeLists.txt
index 4aac69c84de1..4189aac93af8 100644
--- a/profiler/src/ProfilerEngine/Datadog.Linux.ApiWrapper/CMakeLists.txt
+++ b/profiler/src/ProfilerEngine/Datadog.Linux.ApiWrapper/CMakeLists.txt
@@ -2,7 +2,7 @@
# Project definition
# ******************************************************
-project("Datadog.Linux.ApiWrapper" VERSION 2.43.0)
+project("Datadog.Linux.ApiWrapper" VERSION 3.0.0)
# ******************************************************
# Compiler options
diff --git a/profiler/src/ProfilerEngine/Datadog.Profiler.Native.Linux/CMakeLists.txt b/profiler/src/ProfilerEngine/Datadog.Profiler.Native.Linux/CMakeLists.txt
index 7a03b3de51bb..3de686c68232 100644
--- a/profiler/src/ProfilerEngine/Datadog.Profiler.Native.Linux/CMakeLists.txt
+++ b/profiler/src/ProfilerEngine/Datadog.Profiler.Native.Linux/CMakeLists.txt
@@ -2,7 +2,7 @@
# Project definition
# ******************************************************
-project("Datadog.Profiler.Native.Linux" VERSION 2.43.0)
+project("Datadog.Profiler.Native.Linux" VERSION 3.0.0)
option(RUN_ASAN "Build with Clang Undefined-Behavior Sanitizer" OFF)
option(RUN_UBSAN "Build with Clang Undefined-Behavior Sanitizer" OFF)
diff --git a/profiler/src/ProfilerEngine/Datadog.Profiler.Native.Windows/Resource.rc b/profiler/src/ProfilerEngine/Datadog.Profiler.Native.Windows/Resource.rc
index b06e3aacce63..f6368255845d 100644
--- a/profiler/src/ProfilerEngine/Datadog.Profiler.Native.Windows/Resource.rc
+++ b/profiler/src/ProfilerEngine/Datadog.Profiler.Native.Windows/Resource.rc
@@ -62,8 +62,8 @@ END
// ------- version info -------------------------------------------------------
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 2,43,0,0
-PRODUCTVERSION 2,43,0,0
+FILEVERSION 3,0,0,0
+PRODUCTVERSION 3,0,0,0
FILEFLAGSMASK VS_FF_PRERELEASE
FILEOS VOS_NT
FILETYPE VFT_DLL
@@ -74,12 +74,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Datadog"
VALUE "FileDescription", "Continuous Profiler for .NET Applications"
- VALUE "FileVersion", "2.43.0.0"
+ VALUE "FileVersion", "3.0.0.0"
VALUE "InternalName", "Native Profiler Engine"
VALUE "LegalCopyright", "(c) Datadog 2020-2022"
VALUE "OriginalFilename", "Datadog.Profiler.Native.dll"
VALUE "ProductName", "Continuous Profiler for .NET Applications"
- VALUE "ProductVersion", "2.43.0.0"
+ VALUE "ProductVersion", "3.0.0.0"
END
END
BLOCK "VarFileInfo"
diff --git a/profiler/src/ProfilerEngine/Datadog.Profiler.Native/dd_profiler_version.h b/profiler/src/ProfilerEngine/Datadog.Profiler.Native/dd_profiler_version.h
index e99765660922..4af1b66d5dbb 100644
--- a/profiler/src/ProfilerEngine/Datadog.Profiler.Native/dd_profiler_version.h
+++ b/profiler/src/ProfilerEngine/Datadog.Profiler.Native/dd_profiler_version.h
@@ -3,4 +3,4 @@
#pragma once
-constexpr auto PROFILER_VERSION = "2.43.0";
+constexpr auto PROFILER_VERSION = "3.0.0";
diff --git a/profiler/src/ProfilerEngine/ProductVersion.props b/profiler/src/ProfilerEngine/ProductVersion.props
index 8e43ddfa65b6..fc5d152f1369 100644
--- a/profiler/src/ProfilerEngine/ProductVersion.props
+++ b/profiler/src/ProfilerEngine/ProductVersion.props
@@ -5,7 +5,7 @@
- 2.43.0
+ 3.0.0
diff --git a/shared/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt b/shared/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt
index 09ea38e8cd2c..88660da08155 100644
--- a/shared/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt
+++ b/shared/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_policy(SET CMP0015 NEW)
# Project definition
# ******************************************************
-project("Datadog.Trace.ClrProfiler.Native" VERSION 2.43.0)
+project("Datadog.Trace.ClrProfiler.Native" VERSION 3.0.0)
# ******************************************************
# Environment detection
diff --git a/shared/src/Datadog.Trace.ClrProfiler.Native/Resource.rc b/shared/src/Datadog.Trace.ClrProfiler.Native/Resource.rc
index f312cb04a5ca..dcf7686d3de7 100644
--- a/shared/src/Datadog.Trace.ClrProfiler.Native/Resource.rc
+++ b/shared/src/Datadog.Trace.ClrProfiler.Native/Resource.rc
@@ -57,8 +57,8 @@ VS_VERSION_INFO VERSIONINFO
#else
FILEFLAGS 0x0L
#endif
- FILEVERSION 2,43,0,0
- PRODUCTVERSION 2,43,0,0
+ FILEVERSION 3,0,0,0
+ PRODUCTVERSION 3,0,0,0
FILEOS VOS_NT
FILETYPE VFT_DLL
BEGIN
@@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Datadog"
VALUE "FileDescription", "Native loader for Datadog .NET APM"
- VALUE "FileVersion", "2.43.0.0"
+ VALUE "FileVersion", "3.0.0.0"
VALUE "InternalName", "Native loader"
VALUE "LegalCopyright", "(c) Datadog 2020-2022"
VALUE "OriginalFilename", "Datadog.Trace.ClrProfiler.Native.dll"
VALUE "ProductName", "Native loader for Datadog .NET APM"
- VALUE "ProductVersion", "2.43.0.0"
+ VALUE "ProductVersion", "3.0.0.0"
END
END
BLOCK "VarFileInfo"
diff --git a/shared/src/msi-installer/WindowsInstaller.wixproj b/shared/src/msi-installer/WindowsInstaller.wixproj
index a1733a6fc1d6..ba2393303240 100644
--- a/shared/src/msi-installer/WindowsInstaller.wixproj
+++ b/shared/src/msi-installer/WindowsInstaller.wixproj
@@ -17,9 +17,9 @@
obj\$(Configuration)\$(Platform)\
True
false
- datadog-dotnet-apm-2.43.0-$(Platform)
+ datadog-dotnet-apm-3.0.0-prerelease-$(Platform)
$(MSBuildThisFileDirectory)..\..\bin\monitoring-home
- InstallerVersion=2.43.0;MonitoringHomeDirectory=$(MonitoringHomeDirectory);
+ InstallerVersion=3.0.0;MonitoringHomeDirectory=$(MonitoringHomeDirectory);
$(DefineConstants);Debug
diff --git a/tracer/build/_build/Build.cs b/tracer/build/_build/Build.cs
index 3ca3564aa134..a44933ce7d57 100644
--- a/tracer/build/_build/Build.cs
+++ b/tracer/build/_build/Build.cs
@@ -57,10 +57,10 @@ partial class Build : NukeBuild
readonly bool IsAlpine = false;
[Parameter("The current version of the source and build")]
- readonly string Version = "2.43.0";
+ readonly string Version = "3.0.0";
[Parameter("Whether the current build version is a prerelease(for packaging purposes)")]
- readonly bool IsPrerelease = false;
+ readonly bool IsPrerelease = true;
[Parameter("The new build version to set")]
readonly string NewVersion;
diff --git a/tracer/build/artifacts/dd-dotnet.sh b/tracer/build/artifacts/dd-dotnet.sh
index 2140ba838d21..f706dbf49829 100755
--- a/tracer/build/artifacts/dd-dotnet.sh
+++ b/tracer/build/artifacts/dd-dotnet.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-TRACER_VERSION="2.43.0"
+TRACER_VERSION="3.0.0"
# Get the directory of the script
DIR=$(dirname "$(readlink -f "$0")")
diff --git a/tracer/samples/AutomaticTraceIdInjection/Log4NetExample/Log4NetExample.csproj b/tracer/samples/AutomaticTraceIdInjection/Log4NetExample/Log4NetExample.csproj
index 6a6d41aae567..4887f9ba0200 100644
--- a/tracer/samples/AutomaticTraceIdInjection/Log4NetExample/Log4NetExample.csproj
+++ b/tracer/samples/AutomaticTraceIdInjection/Log4NetExample/Log4NetExample.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/tracer/samples/AutomaticTraceIdInjection/MicrosoftExtensionsExample/MicrosoftExtensionsExample.csproj b/tracer/samples/AutomaticTraceIdInjection/MicrosoftExtensionsExample/MicrosoftExtensionsExample.csproj
index b8311a9ef629..dc1457420ee8 100644
--- a/tracer/samples/AutomaticTraceIdInjection/MicrosoftExtensionsExample/MicrosoftExtensionsExample.csproj
+++ b/tracer/samples/AutomaticTraceIdInjection/MicrosoftExtensionsExample/MicrosoftExtensionsExample.csproj
@@ -6,7 +6,7 @@
-
+
diff --git a/tracer/samples/AutomaticTraceIdInjection/NLog40Example/NLog40Example.csproj b/tracer/samples/AutomaticTraceIdInjection/NLog40Example/NLog40Example.csproj
index 9a6ef65aa9e0..f38bd744353c 100644
--- a/tracer/samples/AutomaticTraceIdInjection/NLog40Example/NLog40Example.csproj
+++ b/tracer/samples/AutomaticTraceIdInjection/NLog40Example/NLog40Example.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/tracer/samples/AutomaticTraceIdInjection/NLog45Example/NLog45Example.csproj b/tracer/samples/AutomaticTraceIdInjection/NLog45Example/NLog45Example.csproj
index e12d065a0f1d..a55f97debf62 100644
--- a/tracer/samples/AutomaticTraceIdInjection/NLog45Example/NLog45Example.csproj
+++ b/tracer/samples/AutomaticTraceIdInjection/NLog45Example/NLog45Example.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/tracer/samples/AutomaticTraceIdInjection/NLog46Example/NLog46Example.csproj b/tracer/samples/AutomaticTraceIdInjection/NLog46Example/NLog46Example.csproj
index bd3aa800e25f..b7eaabc61ab4 100644
--- a/tracer/samples/AutomaticTraceIdInjection/NLog46Example/NLog46Example.csproj
+++ b/tracer/samples/AutomaticTraceIdInjection/NLog46Example/NLog46Example.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/tracer/samples/AutomaticTraceIdInjection/SerilogExample/SerilogExample.csproj b/tracer/samples/AutomaticTraceIdInjection/SerilogExample/SerilogExample.csproj
index 468cbc8663da..9ac3ec6b1b1a 100644
--- a/tracer/samples/AutomaticTraceIdInjection/SerilogExample/SerilogExample.csproj
+++ b/tracer/samples/AutomaticTraceIdInjection/SerilogExample/SerilogExample.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/tracer/samples/ConsoleApp/Alpine3.10.dockerfile b/tracer/samples/ConsoleApp/Alpine3.10.dockerfile
index 27b218ee3f6a..b960ca61928a 100644
--- a/tracer/samples/ConsoleApp/Alpine3.10.dockerfile
+++ b/tracer/samples/ConsoleApp/Alpine3.10.dockerfile
@@ -16,7 +16,7 @@ COPY --from=build /app/out .
# Set up Datadog APM
RUN apk --no-cache update && apk add curl
-ARG TRACER_VERSION=2.42.0
+ARG TRACER_VERSION=2.43.0
RUN mkdir -p /var/log/datadog
RUN mkdir -p /opt/datadog
RUN curl -L https://github.com/DataDog/dd-trace-dotnet/releases/download/v${TRACER_VERSION}/datadog-dotnet-apm-${TRACER_VERSION}-musl.tar.gz \
diff --git a/tracer/samples/ConsoleApp/Alpine3.9.dockerfile b/tracer/samples/ConsoleApp/Alpine3.9.dockerfile
index be1d09ccd465..f7e92efe2d56 100644
--- a/tracer/samples/ConsoleApp/Alpine3.9.dockerfile
+++ b/tracer/samples/ConsoleApp/Alpine3.9.dockerfile
@@ -16,7 +16,7 @@ COPY --from=build /app/out .
# Set up Datadog APM
RUN apk --no-cache update && apk add curl
-ARG TRACER_VERSION=2.42.0
+ARG TRACER_VERSION=2.43.0
RUN mkdir -p /var/log/datadog
RUN mkdir -p /opt/datadog
RUN curl -L https://github.com/DataDog/dd-trace-dotnet/releases/download/v${TRACER_VERSION}/datadog-dotnet-apm-${TRACER_VERSION}-musl.tar.gz \
diff --git a/tracer/samples/ConsoleApp/Debian.dockerfile b/tracer/samples/ConsoleApp/Debian.dockerfile
index 89eb652c0085..35a7a09ffe35 100644
--- a/tracer/samples/ConsoleApp/Debian.dockerfile
+++ b/tracer/samples/ConsoleApp/Debian.dockerfile
@@ -15,7 +15,7 @@ WORKDIR /app
COPY --from=build /app/out .
# Set up Datadog APM
-ARG TRACER_VERSION=2.42.0
+ARG TRACER_VERSION=2.43.0
RUN mkdir -p /var/log/datadog
RUN mkdir -p /opt/datadog
RUN curl -LO https://github.com/DataDog/dd-trace-dotnet/releases/download/v${TRACER_VERSION}/datadog-dotnet-apm_${TRACER_VERSION}_amd64.deb
diff --git a/tracer/samples/WindowsContainer/Dockerfile b/tracer/samples/WindowsContainer/Dockerfile
index 400515e4eb02..645220de4803 100644
--- a/tracer/samples/WindowsContainer/Dockerfile
+++ b/tracer/samples/WindowsContainer/Dockerfile
@@ -6,7 +6,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:5.0-windowsservercore-ltsc2019 AS base
WORKDIR /app
-ARG TRACER_VERSION=2.42.0
+ARG TRACER_VERSION=2.43.0
ENV DD_TRACER_VERSION=$TRACER_VERSION
ENV ASPNETCORE_URLS=http://*.80
diff --git a/tracer/src/Datadog.Trace.AspNet/Datadog.Trace.AspNet.csproj b/tracer/src/Datadog.Trace.AspNet/Datadog.Trace.AspNet.csproj
index 507b71be56c5..12966c589bc9 100644
--- a/tracer/src/Datadog.Trace.AspNet/Datadog.Trace.AspNet.csproj
+++ b/tracer/src/Datadog.Trace.AspNet/Datadog.Trace.AspNet.csproj
@@ -2,7 +2,7 @@
net461
- 2.43.0
+ 3.0.0-prerelease
false
diff --git a/tracer/src/Datadog.Trace.BenchmarkDotNet/Datadog.Trace.BenchmarkDotNet.csproj b/tracer/src/Datadog.Trace.BenchmarkDotNet/Datadog.Trace.BenchmarkDotNet.csproj
index b6c17d906f99..70297e25fe35 100644
--- a/tracer/src/Datadog.Trace.BenchmarkDotNet/Datadog.Trace.BenchmarkDotNet.csproj
+++ b/tracer/src/Datadog.Trace.BenchmarkDotNet/Datadog.Trace.BenchmarkDotNet.csproj
@@ -1,7 +1,7 @@
- 2.43.0
+ 3.0.0-prerelease
Datadog CI Visibility - BenchmarkDotNet
BenchmarkDotNet exporter for Datadog CI Visibility
enable
diff --git a/tracer/src/Datadog.Trace.Bundle/Datadog.Trace.Bundle.csproj b/tracer/src/Datadog.Trace.Bundle/Datadog.Trace.Bundle.csproj
index 7985ac8bfd27..e2f8e8c75cf4 100644
--- a/tracer/src/Datadog.Trace.Bundle/Datadog.Trace.Bundle.csproj
+++ b/tracer/src/Datadog.Trace.Bundle/Datadog.Trace.Bundle.csproj
@@ -1,7 +1,7 @@
- 2.43.0
+ 3.0.0-prerelease
Datadog APM Auto-instrumentation Assets
Auto-instrumentation assets for Datadog APM
false
diff --git a/tracer/src/Datadog.Trace.ClrProfiler.Managed.Loader/Datadog.Trace.ClrProfiler.Managed.Loader.csproj b/tracer/src/Datadog.Trace.ClrProfiler.Managed.Loader/Datadog.Trace.ClrProfiler.Managed.Loader.csproj
index 96dae527997c..00131ce185ed 100644
--- a/tracer/src/Datadog.Trace.ClrProfiler.Managed.Loader/Datadog.Trace.ClrProfiler.Managed.Loader.csproj
+++ b/tracer/src/Datadog.Trace.ClrProfiler.Managed.Loader/Datadog.Trace.ClrProfiler.Managed.Loader.csproj
@@ -6,7 +6,7 @@
..\bin\ProfilerResources\
- 2.43.0
+ 3.0.0-prerelease
false
diff --git a/tracer/src/Datadog.Trace.ClrProfiler.Managed.Loader/Startup.cs b/tracer/src/Datadog.Trace.ClrProfiler.Managed.Loader/Startup.cs
index 8d70e852074e..90c36f821def 100644
--- a/tracer/src/Datadog.Trace.ClrProfiler.Managed.Loader/Startup.cs
+++ b/tracer/src/Datadog.Trace.ClrProfiler.Managed.Loader/Startup.cs
@@ -15,7 +15,7 @@ namespace Datadog.Trace.ClrProfiler.Managed.Loader
///
public partial class Startup
{
- private const string AssemblyName = "Datadog.Trace, Version=2.43.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb";
+ private const string AssemblyName = "Datadog.Trace, Version=3.0.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb";
private const string AzureAppServicesKey = "DD_AZURE_APP_SERVICES";
private const string AasCustomTracingKey = "DD_AAS_ENABLE_CUSTOM_TRACING";
private const string AasCustomMetricsKey = "DD_AAS_ENABLE_CUSTOM_METRICS";
diff --git a/tracer/src/Datadog.Trace.MSBuild/Datadog.Trace.MSBuild.csproj b/tracer/src/Datadog.Trace.MSBuild/Datadog.Trace.MSBuild.csproj
index d224d45b7f9b..dfbadddfc50f 100644
--- a/tracer/src/Datadog.Trace.MSBuild/Datadog.Trace.MSBuild.csproj
+++ b/tracer/src/Datadog.Trace.MSBuild/Datadog.Trace.MSBuild.csproj
@@ -1,7 +1,7 @@
- 2.43.0
+ 3.0.0-prerelease
- 2.43.0
+ 3.0.0-prerelease
Datadog APM - OpenTracing
Provides OpenTracing support for Datadog APM
$(PackageTags);OpenTracing
diff --git a/tracer/src/Datadog.Trace.Tools.Runner/Datadog.Trace.Tools.Runner.csproj b/tracer/src/Datadog.Trace.Tools.Runner/Datadog.Trace.Tools.Runner.csproj
index 9f9ec89d5653..ddb36656eb79 100644
--- a/tracer/src/Datadog.Trace.Tools.Runner/Datadog.Trace.Tools.Runner.csproj
+++ b/tracer/src/Datadog.Trace.Tools.Runner/Datadog.Trace.Tools.Runner.csproj
@@ -1,7 +1,7 @@
- 2.43.0
+ 3.0.0-prerelease
Datadog APM Auto-instrumentation Runner
Copyright 2020 Datadog, Inc.
Auto-instrumentation dotnet global tool for Datadog APM
diff --git a/tracer/src/Datadog.Trace.Trimming/Datadog.Trace.Trimming.csproj b/tracer/src/Datadog.Trace.Trimming/Datadog.Trace.Trimming.csproj
index 1bc0c2159231..3bb0b80d2698 100644
--- a/tracer/src/Datadog.Trace.Trimming/Datadog.Trace.Trimming.csproj
+++ b/tracer/src/Datadog.Trace.Trimming/Datadog.Trace.Trimming.csproj
@@ -1,7 +1,7 @@
- 2.43.0
+ 3.0.0-prerelease
$(Version)-prerelease
diff --git a/tracer/src/Datadog.Trace/Datadog.Trace.csproj b/tracer/src/Datadog.Trace/Datadog.Trace.csproj
index 34eef0fb66de..09f5fce75e1c 100644
--- a/tracer/src/Datadog.Trace/Datadog.Trace.csproj
+++ b/tracer/src/Datadog.Trace/Datadog.Trace.csproj
@@ -2,7 +2,7 @@
- 2.43.0
+ 3.0.0-prerelease
Datadog APM
Instrumentation library for Datadog APM.
true
diff --git a/tracer/src/Datadog.Trace/TracerConstants.cs b/tracer/src/Datadog.Trace/TracerConstants.cs
index 9bb1584e480b..778646da3c8d 100644
--- a/tracer/src/Datadog.Trace/TracerConstants.cs
+++ b/tracer/src/Datadog.Trace/TracerConstants.cs
@@ -8,7 +8,7 @@ namespace Datadog.Trace
internal static class TracerConstants
{
public const string Language = "dotnet";
- public const string AssemblyVersion = "2.43.0.0";
- public const string ThreePartVersion = "2.43.0";
+ public const string AssemblyVersion = "3.0.0.0";
+ public const string ThreePartVersion = "3.0.0";
}
}
diff --git a/tracer/src/Datadog.Tracer.Native/CMakeLists.txt b/tracer/src/Datadog.Tracer.Native/CMakeLists.txt
index e7e0a3571cdb..d103fc1857d2 100644
--- a/tracer/src/Datadog.Tracer.Native/CMakeLists.txt
+++ b/tracer/src/Datadog.Tracer.Native/CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_policy(SET CMP0015 NEW)
# Project definition
# ******************************************************
-project("Datadog.Tracer.Native" VERSION 2.43.0)
+project("Datadog.Tracer.Native" VERSION 3.0.0)
# ******************************************************
# Environment detection
diff --git a/tracer/src/Datadog.Tracer.Native/Resource.rc b/tracer/src/Datadog.Tracer.Native/Resource.rc
index 8362395b190a..71559cf60b63 100644
--- a/tracer/src/Datadog.Tracer.Native/Resource.rc
+++ b/tracer/src/Datadog.Tracer.Native/Resource.rc
@@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,43,0,0
- PRODUCTVERSION 2,43,0,0
+ FILEVERSION 3,0,0,0
+ PRODUCTVERSION 3,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Datadog, Inc."
VALUE "FileDescription", "Datadog CLR Profiler"
- VALUE "FileVersion", "2.43.0.0"
+ VALUE "FileVersion", "3.0.0.0"
VALUE "InternalName", "Datadog.Tracer.Native.DLL"
VALUE "LegalCopyright", "Copyright 2017 Datadog, Inc."
VALUE "OriginalFilename", "Datadog.Tracer.Native.DLL"
VALUE "ProductName", "Datadog .NET Tracer"
- VALUE "ProductVersion", "2.43.0"
+ VALUE "ProductVersion", "3.0.0"
END
END
BLOCK "VarFileInfo"
diff --git a/tracer/src/Datadog.Tracer.Native/dd_profiler_constants.h b/tracer/src/Datadog.Tracer.Native/dd_profiler_constants.h
index 3834a182a155..aa397883273c 100644
--- a/tracer/src/Datadog.Tracer.Native/dd_profiler_constants.h
+++ b/tracer/src/Datadog.Tracer.Native/dd_profiler_constants.h
@@ -86,7 +86,7 @@ const shared::WSTRING system_private_corelib_assemblyName = WStr("System.Private
const shared::WSTRING datadog_trace_clrprofiler_managed_loader_assemblyName = WStr("Datadog.Trace.ClrProfiler.Managed.Loader");
const shared::WSTRING managed_profiler_full_assembly_version =
- WStr("Datadog.Trace, Version=2.43.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb");
+ WStr("Datadog.Trace, Version=3.0.0.0, Culture=neutral, PublicKeyToken=def86d061d0d2eeb");
const shared::WSTRING managed_profiler_name = WStr("Datadog.Trace");
@@ -132,7 +132,7 @@ const AssemblyProperty managed_profiler_assembly_property = AssemblyProperty(
49, 105, 236, 40, 21, 176, 12, 238, 238, 204, 141, 90, 27, 244, 61, 182, 125, 41, 97, 163,
233, 190, 161, 57, 127, 4, 62, 192, 116, 145, 112, 150, 73, 37, 47, 85, 101, 183, 86, 197},
160, 32772, 1)
- .WithVersion(2, 43, 0, 0);
+ .WithVersion(3, 0, 0, 0);
} // namespace trace
diff --git a/tracer/src/Datadog.Tracer.Native/version.h b/tracer/src/Datadog.Tracer.Native/version.h
index 796e6f1fca75..d275fece15c4 100644
--- a/tracer/src/Datadog.Tracer.Native/version.h
+++ b/tracer/src/Datadog.Tracer.Native/version.h
@@ -1,3 +1,3 @@
#pragma once
-constexpr auto PROFILER_VERSION = "2.43.0";
+constexpr auto PROFILER_VERSION = "3.0.0";
diff --git a/tracer/tools/PipelineMonitor/PipelineMonitor.csproj b/tracer/tools/PipelineMonitor/PipelineMonitor.csproj
index dde68afbafb7..53b52076ee85 100644
--- a/tracer/tools/PipelineMonitor/PipelineMonitor.csproj
+++ b/tracer/tools/PipelineMonitor/PipelineMonitor.csproj
@@ -8,7 +8,7 @@
-
+