NAnt SDK Documentation - v0.85-nightly-2005-11-09

AssemblyLinkerTask.Version Property

[This is preliminary documentation and subject to change.]

Specifies version information for the assembly. The format of the version string is major.minor.build.revision.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="version", ExpandProperties:=True, ProcessXml:=True)>
Public Property Version As String
[C#]
[TaskAttribute(Required=False, Name="version", ExpandProperties=True, ProcessXml=True)]
public string Version {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Version

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace