NAnt SDK Documentation - v0.92 |
|
TlbImpTask.AsmVersion Property
Specifies the version number of the assembly to produce.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="asmversion", ExpandProperties:=True, ProcessXml:=True)>
Public Property AsmVersion As
String
[C#]
[TaskAttribute(Required=False, Name="asmversion", ExpandProperties=True, ProcessXml=True)]
public
string AsmVersion {get; set;}
Remarks
The version number of the assembly to produce.
The version number should be in the format major.minor.build.revision.
See the Microsoft.NET Framework SDK documentation for details.
See Also
TlbImpTask Class | NAnt.Win32.Tasks Namespace