Summary
Specifies the version number of the assembly to produce.
- Assembly
- NAnt
.Win32 .dll - Namespace
- NAnt
.Win32 .Tasks - Containing Type
- TlbImpTask
Syntax
[TaskAttribute("asmversion")]
public string AsmVersion { get; set; }
Remarks
The version number should be in the format major.minor.build.revision.
See the Microsoft.NET Framework SDK documentation for details.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
string |