Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit fc97556

Browse files
committed
Shell extension fix.
Updated installer info.
1 parent df63f9b commit fc97556

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

src/AssemblyInformationSetup/AssemblyInformationSetupX64.vdproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,23 +406,23 @@
406406
"Name" = "8:Microsoft Visual Studio"
407407
"ProductName" = "8:Assembly Information v2.1"
408408
"ProductCode" = "8:{54CFDA1E-F5A1-45BB-8833-F814B90CC288}"
409-
"PackageCode" = "8:{A821DEF0-9BF9-4E54-BB68-04E57C247303}"
409+
"PackageCode" = "8:{4E640FC1-8A5C-41A6-A8DF-ADF5475CE885}"
410410
"UpgradeCode" = "8:{92FFC3AD-C7D1-4657-B460-89F248CA31CA}"
411411
"AspNetVersion" = "8:4.0.30319.0"
412412
"RestartWWWService" = "11:FALSE"
413413
"RemovePreviousVersions" = "11:TRUE"
414-
"DetectNewerInstalledVersion" = "11:TRUE"
414+
"DetectNewerInstalledVersion" = "11:FALSE"
415415
"InstallAllUsers" = "11:TRUE"
416416
"ProductVersion" = "8:2.1.0"
417417
"Manufacturer" = "8:.NET Tools"
418418
"ARPHELPTELEPHONE" = "8:"
419-
"ARPHELPLINK" = "8:http://assemblyinformation.codeplex.com"
419+
"ARPHELPLINK" = "8:https://github.com/dandrejvv/AssemblyInformation"
420420
"Title" = "8:Assembly Information 2.1"
421421
"Subject" = "8:.NET Tools"
422422
"ARPCONTACT" = "8:Rotem Bloom & Ashutosh Bhawasinka"
423423
"Keywords" = "8:.NET Tools"
424424
"ARPCOMMENTS" = "8:"
425-
"ARPURLINFOABOUT" = "8:http://assemblyinformation.codeplex.com"
425+
"ARPURLINFOABOUT" = "8:https://github.com/dandrejvv/AssemblyInformation"
426426
"ARPPRODUCTICON" = "8:"
427427
"ARPIconIndex" = "3:0"
428428
"SearchPath" = "8:"

src/AssemblyInformationSetup/AssemblyInformationSetupx86.vdproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"Name" = "8:PlatformCheck"
383383
"Condition" = "8:NOT VersionNT64"
384384
"Message" = "8:This setup targets only 32 bit Operating System. To install AssemblyInformation on 64 bit operating system, use the 64 bit installer.Do you want to download the 64 bit installer?"
385-
"InstallUrl" = "8:http://assemblyinformation.codeplex.com/releases"
385+
"InstallUrl" = "8:https://github.com/dandrejvv/AssemblyInformation/releases"
386386
}
387387
}
388388
"Locator"
@@ -398,23 +398,23 @@
398398
"Name" = "8:Microsoft Visual Studio"
399399
"ProductName" = "8:Assembly Information v2.1"
400400
"ProductCode" = "8:{D0B86968-FA94-4643-AEA5-1E3356792310}"
401-
"PackageCode" = "8:{9623A60A-6B7C-4503-BA99-C1B65C3B0F74}"
401+
"PackageCode" = "8:{836297E9-B789-4196-8E1B-F597213B0A37}"
402402
"UpgradeCode" = "8:{3652F794-5AEB-44B1-BC51-DDBF09BA0904}"
403403
"AspNetVersion" = "8:4.0.30319.0"
404404
"RestartWWWService" = "11:FALSE"
405405
"RemovePreviousVersions" = "11:TRUE"
406-
"DetectNewerInstalledVersion" = "11:TRUE"
406+
"DetectNewerInstalledVersion" = "11:FALSE"
407407
"InstallAllUsers" = "11:TRUE"
408408
"ProductVersion" = "8:2.1.0"
409409
"Manufacturer" = "8:.NET Tools"
410410
"ARPHELPTELEPHONE" = "8:"
411-
"ARPHELPLINK" = "8:http://assemblyinformation.codeplex.com"
411+
"ARPHELPLINK" = "8:https://github.com/dandrejvv/AssemblyInformation"
412412
"Title" = "8:Assembly Information 2.1"
413413
"Subject" = "8:.NET Tools"
414414
"ARPCONTACT" = "8:Rotem Bloom & Ashutosh Bhawasinka"
415415
"Keywords" = "8:.NET Tools"
416416
"ARPCOMMENTS" = "8:"
417-
"ARPURLINFOABOUT" = "8:http://assemblyinformation.codeplex.com"
417+
"ARPURLINFOABOUT" = "8:https://github.com/dandrejvv/AssemblyInformation"
418418
"ARPPRODUCTICON" = "8:"
419419
"ARPIconIndex" = "3:0"
420420
"SearchPath" = "8:"

src/AssemblyInformationShellEx/ShellExtension.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
namespace AssemblyInformationShellEx
1212
{
1313
[ComVisible(true)]
14+
[COMServerAssociation(AssociationType.ClassOfExtension, ".exe")]
1415
[COMServerAssociation(AssociationType.ClassOfExtension, ".dll")]
1516
public class ShellExtension : SharpContextMenu
1617
{

0 commit comments

Comments
 (0)