RE: [Nant-users] Version task - 0.85 rc 3

2005-10-20 Thread Robert Schneider
Hi Rebecca, There is the value NoIncrement for the buildtype attribute. Unfortunately it does not exists for revisiontype. I'm sure there is a reason for that, but since I'm also new to those build things I cannot tell you that reason. However, for your wish there could be a work around. I assu

[Nant-users] Version task - 0.85 rc 3

2005-10-20 Thread Kedziora, Rebecca
Title: Version task - 0.85 rc 3 Anyone, I am a newbie to Nant and am using the version task. I created a file with the contents:  3.0.0.100 I want the version task to update this file as follows: 3.0.1.100 3.0.2.100 This is what I am doing.