build version

D

Daniel

is there any way to get to a unique build verion of an assembly at runtime?
e.g. a version that is unique to the time that the assembly was built?
 
D

Daniel O'Connell [C# MVP]

Daniel said:
is there any way to get to a unique build verion of an assembly at
runtime?
e.g. a version that is unique to the time that the assembly was built?

Only if the assembly is built in such a way that its version was assigned
like that. See AssemblyVersionAttribute.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top