We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f20f2a commit 0374828Copy full SHA for 0374828
src/AspNetCoreModuleV1/AspNetCore/aspnetcoremodule.rc
@@ -9,6 +9,8 @@
9
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
10
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
11
12
+#define FileDescription "IIS AspNetCore Module. Commit: " CommitHash
13
+
14
/////////////////////////////////////////////////////////////////////////////
15
//
16
// 11
@@ -74,7 +76,7 @@ BEGIN
74
76
BLOCK "040904b0"
75
77
BEGIN
78
VALUE "CompanyName", "Microsoft"
- VALUE "FileDescription", "IIS ASP.NET Core Module"
79
+ VALUE "FileDescription", FileDescription
80
VALUE "FileVersion", FileVersionStr
81
VALUE "InternalName", "aspnetcore.dll"
82
VALUE "LegalCopyright", "Copyright (C) 2016"
0 commit comments