Version Property

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image
When this has a non-null value, then the target assembly will be given its value as the version number of the assembly. When specified on the command line, the

version is read in as a string and should look like "6.2.1.3" (but without the quote marks). The version must be a valid assembly version as defined by the attribute AssemblyVersion in the System.Reflection namespace.

Command line option: /ver:version

Default: null

Namespace: TfsBuildExtensions.Activities.Framework
Assembly: TfsBuildExtensions.Activities.ILMerge (in TfsBuildExtensions.Activities.ILMerge.dll) Version: 1.0.0.0 (1.0.0.6)

See Also