How can I enumerate the Packages I have loaded to increase my bug reporting abilities without having to type all the package versions I have?

I tried 

     PackageInfo allPackages do: [:each | Transcript show: each packageName; cr]., 

but that only gets me the base package name, not the one with versions which shows up in Monticello.

An instance of PackageInfo doesn't seem to have a version that I can find.

Thanks...I have tried figuring out how Monticello is doing it, but just can't seem to find it...

Rob