Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdavis committed Jun 4, 2021
1 parent c02c293 commit c268f35
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions SmartRenameExt/SmartRenameExt.rc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEVERSION 1,1,0,2
PRODUCTVERSION 1,1,0,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Chris Davis"
VALUE "FileDescription", "Smart Rename Shell Extension"
VALUE "FileVersion", "1.1.0.0"
VALUE "FileVersion", "1.1.0.2"
VALUE "InternalName", "SmartRenameExt.dll"
VALUE "LegalCopyright", "Copyright (C) 2020"
VALUE "OriginalFilename", "SmartRenameExt.dll"
VALUE "ProductName", "Smart Rename Shell Extension"
VALUE "ProductVersion", "1.1.0.0"
VALUE "ProductVersion", "1.1.0.2"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions SmartRenameInstaller32/SmartRenameInstaller32.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:SmartRename"
"ProductCode" = "8:{72195DA5-5CFE-49FF-9FA1-ADEDDED80F48}"
"PackageCode" = "8:{0461BC6F-0025-4D35-9E7A-7A98AA7D7544}"
"PackageCode" = "8:{1DAE22CF-AB7B-4BEC-A7B5-70979CA5ECBE}"
"UpgradeCode" = "8:{C538BAD4-E528-4217-8F0A-92C809ABD820}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
Expand All @@ -205,8 +205,8 @@
"SearchPath" = "8:"
"UseSystemSearchPath" = "11:TRUE"
"TargetPlatform" = "3:0"
"PreBuildEvent" = "8:"
"PostBuildEvent" = "8:"
"PreBuildEvent" = "8:signtool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)..\\win32\\release\\SmartRenameExt32.dll"
"PostBuildEvent" = "8:signtool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)release\\SmartRenameInstaller32.msi\r\nsigntool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)release\\setup.exe"
"RunPostBuildEvent" = "3:0"
}
"Registry"
Expand Down
6 changes: 3 additions & 3 deletions SmartRenameInstaller64/SmartRenameInstaller64.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:SmartRename"
"ProductCode" = "8:{688CD75D-0CEE-4E10-8552-7AE64CA687C7}"
"PackageCode" = "8:{46C77E34-714D-41FA-ACFC-7D0C64274020}"
"PackageCode" = "8:{7C50B189-8AEE-433B-9889-C1A437C92FBD}"
"UpgradeCode" = "8:{71B5C174-58D2-4287-A3E8-28845BA75862}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
Expand All @@ -231,8 +231,8 @@
"SearchPath" = "8:"
"UseSystemSearchPath" = "11:TRUE"
"TargetPlatform" = "3:1"
"PreBuildEvent" = "8:"
"PostBuildEvent" = "8:"
"PreBuildEvent" = "8:signtool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)..\\x64\\release\\SmartRenameExt64.dll\r\nsigntool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)..\\win32\\release\\SmartRenameExt32.dll"
"PostBuildEvent" = "8:signtool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)release\\SmartRenameInstaller64.msi\r\nsigntool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)release\\setup.exe"
"RunPostBuildEvent" = "3:0"
}
"Registry"
Expand Down

0 comments on commit c268f35

Please sign in to comment.