NAnt
![]() ![]() ![]() |
v0.91 |
Gets the simple, unencrypted name of the assembly.
string assemblyname::get-name(assemblyName)
Name | Type | Description |
---|---|---|
assemblyName | AssemblyName | The AssemblyName of the assembly. |
Output the simple name of the nunit.framework
assembly to the build log.
<echo message="${assemblyname::get-name(assemblyname::get-assembly-name('nunit.framework.dll'))}" />