Releases: ramonsmits/CronTimer
Releases · ramonsmits/CronTimer
2.0.0
Bugfixes
- 🐛 If the timer was fired to early it could happen that the subscriber was called multiple times for the same timestamp as calculating the next timestamp was using the current system clock value as the base value instead of the previous calculated value.
Breaking changes
- 💥 Dropping support for net35 target as TimeZoneConverter no longer supports net35
Enhancements
- ✨ Added demo project
- ✨ Added
At
to event args for subscribers to retrieve for which timestamp the subscriber was invoked.
External dependencies
- 📦 TimeZoneConverter 6.0.1
Refactorings
- 🔨 Prepare release 2.0.0
- 🔨 Reformat project file
- 🔨 No longer pinning external dependencies to a range. The next major might still be compatible but would require a new version of CronTimer to use it.
Full Changelog: 1.0.1...2.0.0
1.0.1
Resolved issue with restarting/reusing timer and fixed NullReferenceException when invoking Stop if Start wasn't invoked yet.
1.0.0
Import