version::get-minor

Gets the value of the minor component of a given version.
int version::get-minor(version)

Parameters

Name Type Description
version Version A version.

Return Value

The minor version number.

Requirements

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

See Also

  • NAnt.Core.Functions.AssemblyNameFunctions.GetVersion(System.Reflection.AssemblyName)
  • NAnt.Core.Functions.EnvironmentFunctions.GetVersion
  • NAnt.Core.Functions.OperatingSystemFunctions.GetVersion(System.OperatingSystem)