Scripting the Build Details

Sample AppleScript for scripting Power Manager's build details.

Power Manager Version

Get Power Manager’s version details. i.e. uk.co.dssw.powermanager.pmd v5.0.0

tell application "Power Manager"
    set myVersion to version of Build
end tell