V0.1.26.0
[kevgrig@gmail.com]
* Interesting new support for limiting the max working set of a process,
using PInvoke into Win32 methods CreateJobObject, SetInformationJobObject,
and AssignProcessToJobObject
* Added ASP.NET Runtime Host courtesy of Rick Strahl
* Added wrappers for Win32.GetFreeDiskSpace methods
* Added SimpleCompositeLogger and SimpleLogFormatter classes for the most common logger usage,
as well as the NullLogger
* Added the LoggingConfig class to parse a log option string and retrieve loggers.
* Added ConfigurationValues class for common XML option file parsing