I was just wondering if it would make sense to have a method in psake
that can return the version number of the currently loaded psake
module. I'm currently in the process of switching from one psake
version to another. In order to make sure that I get the right version
I now have to force an unload of the psake module and then reload the
correct module. However it would be cool if we could simply check the
version number and make decisions based on that.
Any thoughts on this?
Thanks
Patrick