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?<div><br class="webkit-block-placeholder"></div><div><div>I tried&nbsp;<br></div><div>
<br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp; &nbsp; PackageInfo allPackages do: [:each | Transcript show: each packageName; cr].,&nbsp;</div><div><br class="webkit-block-placeholder"></div><div>but that only gets me the base package name, not the one with versions which shows up in Monticello.<br>
</div><div><br class="webkit-block-placeholder"></div><div>An instance of PackageInfo doesn&#39;t seem to have a version that I can find.</div><div><br class="webkit-block-placeholder"></div><div>Thanks...I have tried figuring out how Monticello is doing it, but just can&#39;t seem to find it...</div>
<div><br class="webkit-block-placeholder"></div><div>Rob</div></div>