I can't for the life of me figure out how to set the build number of my project. Any help would be appriciated. thanks.
Printable View
I can't for the life of me figure out how to set the build number of my project. Any help would be appriciated. thanks.
Open this file in the solution explorer AssemblyInfo.vb
add your build number here :
<Assembly: AssemblyVersion("1.0.*")>
cheers