|
CruiseControl.NET : Assembly Version Labeller
This page last changed on Dec 12, 2009 by csut017.
Assembly Version LabellerProvides a valid System.Version label for your .NET assemblies that could be used to set the AssemblyVersionAttribute(). It increments the build number on every successful integration and uses the CruiseControl.NET change number, provided by source control systems like Subversion, for the revision number component. VersionAvailable from version 1.4.4 ExamplesMinimalist Example <labeller type="assemblyVersionLabeller" />
Full Example (build number and revision number component are incremented automatically) <labeller type="assemblyVersionLabeller"> <major>1</major> <minor>2</minor> <incrementOnFailure>false</incrementOnFailure> </labeller> Full Example (all properties) <labeller type="assemblyVersionLabeller"> <major>1</major> <minor>2</minor> <build>250</build> <revision>1765</revision> <incrementOnFailure>false</incrementOnFailure> </labeller> Configuration Elements
|
| Document generated by Confluence on Jan 23, 2011 08:52 |