Get-CurrentModuleVersion.ps1
|
function Get-CurrentModuleVersion { return $MyInvocation.MyCommand.ScriptBlock.Module.Version.ToString(); } |
|
function Get-CurrentModuleVersion { return $MyInvocation.MyCommand.ScriptBlock.Module.Version.ToString(); } |