EmersonH.Com

Transforming Knowledge into Power

  • Increase font size
  • Default font size
  • Decrease font size
Home VB.Net 2008 Application Auto Increment Build/Version Numbers

Auto Increment Build/Version Numbers

E-mail Print

In your solution explorer, click on "Show all files", I believe it's the third one near the top of that window.

click on "My Project."

Next, double-click on "AssemblyInfo.vb"

In the code editor, scroll down until you've reached the bottom.

Comment out

<Assembly: AssemblyVersion("1.0.0.0")>

Replace with

<Assembly: AssemblyVersion("0.1.*")>

Click 'Save'.

Last Updated on Tuesday, 05 January 2010 15:26