Home All Groups Group Topic Archive Search About

getting the assembly version number

Author
25 Sep 2006 8:32 AM
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-

Author
25 Sep 2006 3:01 PM
Vadym Stetsyak
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
Author
25 Sep 2006 8:10 PM
pompair
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-



Vadym Stetsyak wrote:
Show quote
> Hello, pompair!
>
> What's the point doing this through command line?
>
> Assembly class can give you the info you need

AddThis Social Bookmark Button