Updates to Sorlov.Powershell (now v3.0.0.0)

It’s vaccation time but some refactoring have been done.

Loads of small tweaks and fixes, and much better errorhandling and overall stability. About 200 minor fixes logged.

* Changed: Integrated all auto-start functionallity of PSLoader library (now only one DLL!!)
* Changed: Prompt and colors are by default set, persistance is not set automatically and needs to be enabled manually from this release (in the data section of the psd1 file). If you have old version and upgrade your settings will not be migrated and you will need to redo them! If the psd1 is not present all intialization will be skipped just to make sure that the system will work under most circumstances.
* Changed: Initialize-PSEnvironment removed and always called on load of the module (and now more error resistant)
* Changed: Save-PSEnvironment renamed to Exit-PSEnvironment and is ALWAYS called automatically but can be called also to manually force a save of persistance data to disk if configured.