Fix details for CoreCLR binary
authorGaurav Khanna <gkhanna@microsoft.com>
Thu, 2 Jun 2016 14:07:50 +0000 (07:07 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Thu, 2 Jun 2016 14:07:50 +0000 (07:07 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/63b2e2f3d3fc4e4de5e4f81892706764b58cdebe

src/coreclr/src/dlls/mscoree/Native.rc
src/coreclr/src/pal/prebuilt/inc/fxverstrings.h

index bac0c7e..faa7ea1 100644 (file)
@@ -2,7 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Common Language Runtime - WorkStation\0"
+#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime\0"
 
 #include <fxver.h>
 #include <fxver.rc>
index ca8c193..cafcbad 100644 (file)
@@ -3,7 +3,7 @@
 // See the LICENSE file in the project root for more information.
 
 #ifndef VER_PRODUCTNAME_STR
-        #define VER_PRODUCTNAME_STR      L"Microsoft\256 .NET Framework"
+        #define VER_PRODUCTNAME_STR      L"Microsoft\256 .NET Core"
 #endif
 
 #ifndef VER_LEGALCOPYRIGHT_STR