increment build number

  • Thread starter Thread starter fragget
  • Start date Start date
F

fragget

where can i find a plugin that will automatically update the build
number in vs.net?

thx fg
 
In the assmeblyInfo you have the version of the
project. By default the buid is autoincremented (specified by a *)
 
i just recompiled a few times. when i right click on the
executable to get the properties i see the assembly
version, but i don't understand the number scheme.
here is after a few rebuilds.

1.1.1331.40810
1.1.1331.40859
1.1.1331.40913
1.1.1331.41012
 
fg,

The assembly versioning scheme is such: <major version>.<minor
version>.<build number>.<revision> For more information on this topic I
recommend you read the .NET Framework Developer's Guide: Assembly
Versioning
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/ht
ml/cpconassemblyversioning.asp).

Thanks! Robert Gruen
Microsoft, VB.NET

This posting is provided "AS IS", with no warranties, and confers no rights.


--------------------
| From: fragget <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Subject: Re: increment build number
| Message-ID: <[email protected]>
| References: <[email protected]>
<#[email protected]>
| X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
| MIME-Version: 1.0
| Content-Type: text/plain; charset=us-ascii
| Content-Transfer-Encoding: 7bit
| Lines: 26
| Date: Mon, 25 Aug 2003 03:48:44 GMT
| NNTP-Posting-Host: 66.66.77.196
| X-Complaints-To: (e-mail address removed)
| X-Trace: twister.nyroc.rr.com 1061783324 66.66.77.196 (Sun, 24 Aug 2003
23:48:44 EDT)
| NNTP-Posting-Date: Sun, 24 Aug 2003 23:48:44 EDT
| Organization: Road Runner
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed1.cidera.com!Cidera!news-i
n.nyroc.rr.com!news-out.nyroc.rr.com!twister.nyroc.rr.com.POSTED!53ab2750!no
t-for-mail
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:179049
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| i just recompiled a few times. when i right click on the
| executable to get the properties i see the assembly
| version, but i don't understand the number scheme.
| here is after a few rebuilds.
|
| 1.1.1331.40810
| 1.1.1331.40859
| 1.1.1331.40913
| 1.1.1331.41012
|
|
| On Sun, 24 Aug 2003 18:31:17 +0200, "Yoav Ben-Ari"
|
| >In the assmeblyInfo you have the version of the
| >project. By default the buid is autoincremented (specified by a *)
| >
| >
| >| >> where can i find a plugin that will automatically update the build
| >> number in vs.net?
| >>
| >> thx fg
| >
|
|
 
Back
Top