Is there a Microsoft tool to get the assembly version of a DLL file from a command line?
(I know that I can code my own tool.)
If you use mono and linux, try this:
monodis --assembly MyAssembly.dll find . -name MyAssembly.dll -exec monodis --assembly {} ';' | grep Version