Skip to content

Commit 0374828

Browse files
authored
Add commit hash to V1 description (#1281)
1 parent 5f20f2a commit 0374828

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/AspNetCoreModuleV1/AspNetCore/aspnetcoremodule.rc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
1010
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1111

12+
#define FileDescription "IIS AspNetCore Module. Commit: " CommitHash
13+
1214
/////////////////////////////////////////////////////////////////////////////
1315
//
1416
// 11
@@ -74,7 +76,7 @@ BEGIN
7476
BLOCK "040904b0"
7577
BEGIN
7678
VALUE "CompanyName", "Microsoft"
77-
VALUE "FileDescription", "IIS ASP.NET Core Module"
79+
VALUE "FileDescription", FileDescription
7880
VALUE "FileVersion", FileVersionStr
7981
VALUE "InternalName", "aspnetcore.dll"
8082
VALUE "LegalCopyright", "Copyright (C) 2016"

0 commit comments

Comments
 (0)