assembly::get-informational-version

Gets the value of the System.Reflection.AssemblyInformationalVersionAttribute for the specified assembly.
string assembly::get-informational-version(assembly)

Parameters

Name Type Description
assembly Assembly The assembly to get an System.Reflection.AssemblyInformationalVersionAttribute for.

Return Value

The InformationalVersion from the System.Reflection.AssemblyInformationalVersionAttribute.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions