0.9.0
Changed
-
ITimerService.StartNew()
renamed toStartSingleShot()
to make clear that timers are single-shot timers (breaking change).Other than the rename, the signature and functionality of the method remains unchanged. So just update the method name in calls when updating.