Assembly version 3.0.0.0
- .NET 4 Support
- Error notification improved. Various types of exceptions were introduced.
- Notion of ContextEnabled events removed. All events are now ContextEnabled, which means event handler assigned within script will be executed in the context of this script.
- UnsubscribeAllEvents property removed from RuntimeHost. It is however possible manually clear all event subscriptions by using EventBroker.ClearAllSubscriptions method.