ConfigManager
ConfigManager copied to clipboard
.NET 4.0 support
HandlePutConfig() in ConfigManager.cs uses Task.Run() which is a .NET 4.5 wrapper - I replaced the call with Task.Factory.StartNew(() => _putConfiguration(fromFile)); to compile it as .NET 4.0
.NET 4.5 not supported on Windows XP (I know, it needs to die already.)
Hi Levy,
I will try to put this or a similar fixing change in soon. Thanks for reporting it!