I have a C# VSPackage project. It's a tool that helps with some stuff here in our office. It operates via a Tools menu item. I thought of a better name for the menu item, but how do I change it in the code? Every instance I've tried changing doesn't effect it at all. I've even tried changing the Assembly name, but apparently that doesn't work for VSPackages. Any ideas?
Please check within the
.vsct
file. An example is here: https://msdn.microsoft.com/en-us/library/bb166492.aspx