AssemblyLinkerTask.

ProductVersion Property

Summary

Specifies a string for the Product Version field in the assembly.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
AssemblyLinkerTask

Syntax

[TaskAttribute("productversion", Required = false)]
public string ProductVersion { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string A string for the Product Version field in the assembly.