Click here to Skip to main content
16,010,394 members
Home / Discussions / C#
   

C#

 
GeneralRe: .net build numbering Pin
Pete O'Hanlon25-Mar-08 23:37
mvePete O'Hanlon25-Mar-08 23:37 
GeneralRe: .net build numbering Pin
J4amieC26-Mar-08 0:26
J4amieC26-Mar-08 0:26 
GeneralRe: .net build numbering Pin
Pete O'Hanlon26-Mar-08 0:42
mvePete O'Hanlon26-Mar-08 0:42 
GeneralRe: .net build numbering Pin
J4amieC26-Mar-08 1:26
J4amieC26-Mar-08 1:26 
GeneralRe: .net build numbering Pin
Luc Pattyn26-Mar-08 3:09
sitebuilderLuc Pattyn26-Mar-08 3:09 
GeneralRe: .net build numbering Pin
Pete O'Hanlon26-Mar-08 3:14
mvePete O'Hanlon26-Mar-08 3:14 
GeneralRe: .net build numbering Pin
Russell Jones26-Mar-08 3:34
Russell Jones26-Mar-08 3:34 
GeneralRe: .net build numbering Pin
Luc Pattyn26-Mar-08 4:11
sitebuilderLuc Pattyn26-Mar-08 4:11 
Hi Russell,

I agree with you on this.

Some companies solve the issue by saying "this feature may be added,
or that bug may be fixed, in a future release of the product" which
is always correct of course.

The way I do it is with 2 or 3 manual parts (hence predictable but
some effort required), the remainder automatic, so each build gives
a different version; and I refer to the manual parts only, not to
the automatic part.

Example: official releases would be 1.1.0.x where x looks random;
and I would call it version 1.1
the next planned release would be 1.2.0.y (or 2.0.0.y), and would
be called either 1.2 or 2.0
And if suddenly a fix is needed, it would be 1.1.1.z (called 1.1.1)

So in the end each release requires an update of AssemblyVersion
to give it a new and callable name.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: .net build numbering Pin
Russell Jones25-Mar-08 23:54
Russell Jones25-Mar-08 23:54 
GeneralRe: .net build numbering Pin
Giorgi Dalakishvili26-Mar-08 0:08
mentorGiorgi Dalakishvili26-Mar-08 0:08 
GeneralRe: .net build numbering Pin
Russell Jones26-Mar-08 3:12
Russell Jones26-Mar-08 3:12 
GeneralRe: .net build numbering Pin
Giorgi Dalakishvili26-Mar-08 3:50
mentorGiorgi Dalakishvili26-Mar-08 3:50 
GeneralRe: .net build numbering Pin
PIEBALDconsult26-Mar-08 7:26
mvePIEBALDconsult26-Mar-08 7:26 
GeneralFilling web site page values from our(local) database values. Pin
krishna_mag25-Mar-08 22:11
krishna_mag25-Mar-08 22:11 
GeneralRe: Filling web site page values from our(local) database values. Pin
Christian Graus25-Mar-08 22:19
protectorChristian Graus25-Mar-08 22:19 
GeneralRe: Filling web site page values from our(local) database values. Pin
krishna_mag25-Mar-08 23:08
krishna_mag25-Mar-08 23:08 
GeneralRe: Filling web site page values from our(local) database values. Pin
Christian Graus25-Mar-08 23:11
protectorChristian Graus25-Mar-08 23:11 
GeneralISP Pin
ellllllllie25-Mar-08 21:21
ellllllllie25-Mar-08 21:21 
GeneralRe: ISP Pin
Christian Graus25-Mar-08 22:20
protectorChristian Graus25-Mar-08 22:20 
GeneralSet the Coordinate Pin
kamalesh574325-Mar-08 20:11
kamalesh574325-Mar-08 20:11 
GeneralRe: Set the Coordinate Pin
Vasudevan Deepak Kumar25-Mar-08 20:21
Vasudevan Deepak Kumar25-Mar-08 20:21 
GeneralAccessing Win32 windows handles/pointers from a C# application/form Pin
pinhigh2k25-Mar-08 16:40
pinhigh2k25-Mar-08 16:40 
GeneralRe: Accessing Win32 windows handles/pointers from a C# application/form Pin
Christian Graus25-Mar-08 17:52
protectorChristian Graus25-Mar-08 17:52 
GeneralPreventing TextChanged Event... Pin
teachtech25-Mar-08 13:32
teachtech25-Mar-08 13:32 
GeneralRe: Preventing TextChanged Event... Pin
AB777125-Mar-08 14:59
AB777125-Mar-08 14:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.