build version

  • Thread starter Thread starter Daniel
  • Start date Start date
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?
 
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.
 
Back
Top