NAntContrib
          
           
          Help
           
          Enum Reference
            VersionTask.BuildNumberAlgorithm | 
        v0.92-nightly-2012-05-22 | 
[This is preliminary documentation and subject to change.]
Defines possible algorithms to generate the build number.
| Field | Description | 
|---|---|
| Increment | Increment an existing build number. | 
| MonthDay | Use the number of months since start of project * 100 + current day in month as build number. | 
| NoIncrement | Use an existing build number (and do not increment it). |