VSCommands 3.2.0.0 Released

admin | August 2, 2010 | 0 Comments

A new version of VSCommands is available for download.
It contains several minor bug fixes and one new command.
Thanks to all of you who reported the issues and suggested new features via email or our support forum.

Show Assembly Details

Show Assembly Details replaces old Show Assembly Full Name command.
ShowAssemblyDetails

It displays additional information about an assembly that is not available from properties pane in Visual Studio. This information includes:

  • Assembly Full Name
  • Public Key Token
  • Public Key (often used with InternalsVisibleToAttribute)
  • Assembly Location – this will show a location of an assembly. When assembly is a Reference Assembly (metadata-only file used by Visual Studio 2010 to support multi-platform targeting and increase performance) then the location to actual assembly that contains implementation is also provided (notice two locations in the screenshot below)

SAD-dialog

Related posts:

  1. VSCommands 2.3.0.0 Released!
  2. VSCommands 3.1.0.0 Released
  3. VSCommands 2010 – Download Now!
  4. VSCommands 2.5.0.0 Released!
  5. VSCommands 3.0.0.0 Released

Tags:

Category: news, release

Comments are closed.