This is a code-alignment release, that aligns the functionality for monitors on all platforms. Notable changes include:
TrackFeatureStop now returns the elapsed time.
Retraction: Use AnalyticsFactory::CreateMonitor instead of AnalyticsFactory::Create which has been marked obsolete.
Retraction: The entire AnalyticsMonitorFacade is obsolete. Not only did it cause some confusion to have a "duplicate static API" in the facade and monitor, but the majority of users actually created monitor-instances instead of using the static facade-methods. Therefore, the static facade has been retracted.
Minor improvements, such as better handling of invalid coordinates, of control characters in user input such as exception stack traces, etc.
The .NET framework version 4.5 was incorrectly reported as 4.0 because of a change in Microsoft's .NET API. This has been fixed.