VersionTask.

VersionTask.RevisionNumberAlgorithm Enum

Summary

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

Syntax

public enum VersionTask.RevisionNumberAlgorithm

Fields

Name Constant Value Summary
Automatic 0
Use the number of seconds since the start of today / 10.
static
Increment 1
Increment an existing revision number.
static