Public/module/Get-OSDModuleVersion.ps1
function Get-OSDModuleVersion { [CmdletBinding()] param () return $MyInvocation.MyCommand.Module.Version } |
function Get-OSDModuleVersion { [CmdletBinding()] param () return $MyInvocation.MyCommand.Module.Version } |