From d2a46dc3ad9b1d239fde34aa0b8a89d893f8ce3c Mon Sep 17 00:00:00 2001 From: Chris Ventura <45495992+nrcventura@users.noreply.github.com> Date: Thu, 3 Feb 2022 12:30:27 -0800 Subject: [PATCH] Remove strong name token from managed profiler (#347) Co-authored-by: Paulo Janotti --- src/OpenTelemetry.ClrProfiler.Native/dd_profiler_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenTelemetry.ClrProfiler.Native/dd_profiler_constants.h b/src/OpenTelemetry.ClrProfiler.Native/dd_profiler_constants.h index 3a921c2d4e..1b5887c38e 100644 --- a/src/OpenTelemetry.ClrProfiler.Native/dd_profiler_constants.h +++ b/src/OpenTelemetry.ClrProfiler.Native/dd_profiler_constants.h @@ -78,7 +78,7 @@ const WSTRING system_private_corelib_assemblyName = WStr("System.Private.CoreLib const WSTRING opentelemetry_clrprofiler_managed_loader_assemblyName = WStr("OpenTelemetry.ClrProfiler.Managed.Loader"); const WSTRING managed_profiler_full_assembly_version = - WStr("OpenTelemetry.ClrProfiler.Managed, Version=0.0.1.0, Culture=neutral, PublicKeyToken=34b8972644a12429"); + WStr("OpenTelemetry.ClrProfiler.Managed, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null"); const WSTRING managed_profiler_name = WStr("OpenTelemetry.ClrProfiler.Managed");