I'm using the assemblyVersionLabeller, and specifying the major/minor/
build numbers, thusly:
<labeller type="assemblyVersionLabeller">
<major>$(versionMajor)</major>
<minor>$(versionMinor)</minor>
<build>$(versionBuild)</build>
</labeller>
CC.NET (v1.6.7981.1) is executing NAnt scripts based on Uppercut
(http://code.google.com/p/uppercut/), but when I try to query
CCNetLabel, I'm finding that only the revision number is present. So,
for example, when the CC.NET dashboard shows my build label to be
2.2.8.1134, CCNetLabel and CCNetNumericLabel are both giving me the
value 1134.