VersionTask.

VersionTask.BuildNumberAlgorithm Enum

Summary

Defines possible algorithms to generate the build number.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["VersionTask.BuildNumberAlgorithm"] class Type type-node

Syntax

public enum VersionTask.BuildNumberAlgorithm

Fields

Name Constant Value Summary
Increment 1
Increment an existing build number.
static
MonthDay 0
Use the number of months since start of project * 100 + current day in month as build number.
static
NoIncrement 2
Use an existing build number (and do not increment it).
static