NAnt SDK Documentation - v0.92 |
|
AssemblyLinkerTask.ProductVersion Property
Specifies a string for the Product Version field in the assembly.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="productversion", ExpandProperties:=True, ProcessXml:=True)>
Public Property ProductVersion As
String
[C#]
[TaskAttribute(Required=False, Name="productversion", ExpandProperties=True, ProcessXml=True)]
public
string ProductVersion {get; set;}
Property Value
A string for the Product Version field in the assembly.
See Also
AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace