[This is preliminary documentation and subject to change.]
Gets a Version object that describes the major, minor, build, and revision numbers of the Common Language Runtime.
A Version object.
Missing <remarks> documentation for M:NAnt.Core.Functions.EnvironmentFunctions.GetVersion
Output the major version of the CLR.
<echo message="Major version=${version::get-major(environment::get-version())}" />
EnvironmentFunctions Class | NAnt.Core.Functions Namespace