VB.net Windows Application- need info on DLL Properties.

  • Thread starter Thread starter sathya_k_83 via DotNetMonster.com
  • Start date Start date
S

sathya_k_83 via DotNetMonster.com

hi i am developing an VB.net windows applications
Need info on the Dll properties

1. How to update the Dll's Properites
2. Is there any method to update the dll's version number automatically or
Not?
3. What are the process to be followed to update the dll's properties
 
sathya_k_83 via DotNetMonster.com said:
hi i am developing an VB.net windows applications
Need info on the Dll properties

1. How to update the Dll's Properites
2. Is there any method to update the dll's version number automatically or
Not?
3. What are the process to be followed to update the dll's properties


Check out the project properties dialog and/or the project's
"AssemblyInfo.vb" file.
 
Back
Top