[This is preliminary documentation and subject to change.]
Gets the version of the assembly.
The version of the assembly.
Missing <remarks> documentation for M:NAnt.Core.Functions.AssemblyNameFunctions.GetVersion(System.Reflection.AssemblyName)
Output the major version of the nunit.framework
assembly to the build log.
<echo message="${version::get-major-version(assemblyname::get-version(assemblyname::get-assembly-name('nunit.framework.dll')))}" />
AssemblyNameFunctions Class | NAnt.Core.Functions Namespace | GetName | VersionFunctions