Specify Assembly Version

  • Thread starter Thread starter Matt Churchyard
  • Start date Start date
M

Matt Churchyard

Is there any way of specifying the version number of an library assembly
created
outside visual studio and compiled using vbc.exe?

I do not have access to any microsoft .net development tools but need to be
able to
add version numbers to the libraries which can be viewed in the file version
properties screen
 
Matt,
Is there any way of specifying the version number of an library assembly
created outside visual studio and compiled using vbc.exe?

You use the AssemblyVersion attribute in your code to set the version
number, regardless if you compile with Vbc.exe or from inside VS.NET.



Mattias
 
Back
Top