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
 

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

Back
Top