build version

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Daniel

    #1

    build version

    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 O'Connell [C# MVP]

    #2
    Re: build version


    "Daniel" <softwareengine er98037@yahoo.c om> wrote in message
    news:uvsaKSm3EH A.2624@TK2MSFTN GP11.phx.gbl...[color=blue]
    > 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?[/color]

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


    Comment

    Working...