summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2016-06-02 07:07:50 -0700
committerGaurav Khanna <gkhanna@microsoft.com>2016-06-02 07:07:50 -0700
commit63b2e2f3d3fc4e4de5e4f81892706764b58cdebe (patch)
treeb33b3f0a1e1ffa10d9a8c84dbe3c3c8d9b596198
parent98568fb845ccaa97e18433ac13741913d6c8ffec (diff)
downloadcoreclr-63b2e2f3d3fc4e4de5e4f81892706764b58cdebe.tar.gz
coreclr-63b2e2f3d3fc4e4de5e4f81892706764b58cdebe.tar.bz2
coreclr-63b2e2f3d3fc4e4de5e4f81892706764b58cdebe.zip
Fix details for CoreCLR binary
-rw-r--r--src/dlls/mscoree/Native.rc2
-rw-r--r--src/pal/prebuilt/inc/fxverstrings.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dlls/mscoree/Native.rc b/src/dlls/mscoree/Native.rc
index bac0c7e90b..faa7ea16c2 100644
--- a/src/dlls/mscoree/Native.rc
+++ b/src/dlls/mscoree/Native.rc
@@ -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>
diff --git a/src/pal/prebuilt/inc/fxverstrings.h b/src/pal/prebuilt/inc/fxverstrings.h
index ca8c193716..cafcbadf30 100644
--- a/src/pal/prebuilt/inc/fxverstrings.h
+++ b/src/pal/prebuilt/inc/fxverstrings.h
@@ -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