Get package version
Per this OpenTAP forum thread, I'd like to get the currently running package version programmatically, so I can log it in my result listeners. I want the version info to be accurate for formally installed tap packages, as well as local debug builds (whos versions are not reflected in the Package manager).
Making GitVersionCalulator a public class would probably be sufficient for me.