Releases: fluentscheduler/FluentScheduler
Releases · fluentscheduler/FluentScheduler
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
4.1.2
4.1.1
4.1.0
4.0.1
- Properly documented the library (#72);
- Disposing IDisposable jobs (#38);
- Using a shalow copy on JobManager.AllSchedules (#77).
4.0.0
- Renamed "task" (ITask, TaskManager and TaskFactory) to "job" (IJob, JobManager and JobFactory) (cbe49c7);
- .NET Core support (555582e);
- Fixed some locking issues on the
TaskManagerJobManager (#63); - Implemented Weekdays (#60);
- Pointing out the lack of DST support on README (87d8d4e);
- Made a single test project on solution (0005b5a);
- Reorganized much of the code (dff8529, 399ff88);
- A logo, yay! (cd47f84).