getting the assembly version number

  • Thread starter Thread starter pompair
  • Start date Start date
P

pompair

I need version information from and non-gac based assembly. And I need
it at command line. Is there an command line application that shows it?


It's a tiny app to make myself, but I still want to ask before I do
it....

Thanks for any answers,

-pom-
 
Hello, pompair!

What's the point doing this through command line?

Assembly class can give you the info you need


p> I need version information from and non-gac based assembly. And I
p> need
p> it at command line. Is there an command line application that shows
p> it?

p> It's a tiny app to make myself, but I still want to ask before I do
p> it....



--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Hi Vadym,

I'm genarating unit test reports of my code in html-format and I need
to show the assembly version number in the raport. And I'm using
command line based tools (like microsoft logparser.exe) in the process
so I think I'd need a to ask a version info from the code under test (a
..NET dll for example) at command line. But I made a small .NET
commandline app that just prints out the version info.

-pom-
 
Back
Top