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

AssemblyLinkerTask.FileVersion Property

[This is preliminary documentation and subject to change.]

Specifies a string for the File Version field in the assembly.

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

Property Value

A string for the File Version field in the assembly.

Remarks

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

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace