Summary
Specifies version information for the assembly. The format of the
version string is
major
.minor
.build
.revision
.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- AssemblyLinkerTask
Syntax
[TaskAttribute("version", Required = false)]
public string Version { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
string |