Version Info program
Jeff Key
December 11, 2002
Updated May 11, 2005

Sometimes you need to quickly find out what assemblies (and their respective versions) an assembly references.  This is usually more trouble than it should be, so I wrote this little util.

  • Displays all referenced assemblies.
  • Double-click an assembly in the list to load its info in a new window.
  • Dropping an assembly on the exe or a shortcut to the exe launches the app and loads it info (handy to have on the desktop).
  • Dropping assembly on the filename portion of an open VersionInfo window will open the assembly.

Download for .NET v1.1
Download for .NET v2

Back to dotnet