I see that PowerCommands for Visual Studio 2010 supports visual studio 2012, but it was last updated in Aug 2010. Is there a new \"PowerCommands for Visual Studio 2012\" or is t
Download the VS2010/2012 version from the VS Gallery.
Unzip the .vsix to a folder (i.e. using the great 7zip), it's just a zip file.
Edit the extension.vsixmanifest file and add this element after the 11.0 one:
Pro
Repeat for every future version of VS that comes out ;)
Now re-zip the contents (files, not the root folder, so that the extension.vsixmanifest is at the root of the zip file, not within a folder), rename the zip file to .vsix, and double-click to install to all your newly supported editions.
Enjoy!