NAnt SDK Documentation - v0.92 |
|
AssemblyLinkerTask.Version Property
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;}
See Also
AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace