Re: Version Incrementation
Brady Kelly <[email protected]> Wed, 23 Jan 2008 21:49:18 +0200
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
In your AssemblyInfo.cs file, you need a line as follows:
[assembly: AssemblyVersion("1.2.1.*")]
>
> I have looked all over but cannot find where to set the version number
> for
> builds. I would like for each build of the program to increment the
> build
> number, but after repeatedly rebuilding the application it still shows
> build
> 1.0.0. Where do you set this in VS2005?
>
>
> Thanks