version information

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm using C# 2005 beta. How do you put version information in the exe file,
or is this not possible with this IDE ? If not possible someone knows a
component that does this ?
 
check out the AssemblyInfo class, there should be an instance in any compile
..net assembly or executable.


--
HTH

Ollie Riches
http://www.phoneanalyser.net

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
 
Maybe could be a good idea if you creates a class that derives from
collectionbase, this way you can add, get, delete, modify members of your
collection...

Hope this helps.
Josema.
 
That was fast :)
Thanks this works :)

Ollie Riches said:
check out the AssemblyInfo class, there should be an instance in any compile
..net assembly or executable.


--
HTH

Ollie Riches
http://www.phoneanalyser.net

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
 
Back
Top