FluentScheduler Versions Save

Automated job scheduler with fluent interface for the .NET platform.

5.1.3

7 years ago
  • Fixed concurrency issue when checking for non reentrancy (664024b).

5.1.2

7 years ago
  • Fixed reentrancy (#107).

5.1.1

7 years ago

Broken release. Please refer to 5.1.2.

5.1.0

7 years ago
  • A StopAndBlock method (#93);
  • Using .NET Standard (#105).

5.0.0

7 years ago
  • Simplified event types and signatures (d1203f4);
  • Starting AndEvery only after ToRunOnceAt is fired (#86);
  • Fixed exception thrown when the delay time is greater than the maximum supported by the Timer class (#87).

4.1.2

7 years ago
  • Fixed child schedule delaying (dd1500f).

4.1.1

8 years ago
  • Making sure a new job is instantiated when its schedule fires (#82).

4.1.0

8 years ago
  • Accepting custom job implementation on Schedule, AddJob and AndThen (#65).

4.0.1

8 years ago

4.0.0

8 years ago
  • Renamed "task" (ITask, TaskManager and TaskFactory) to "job" (IJob, JobManager and JobFactory) (cbe49c7);
  • .NET Core support (555582e);
  • Fixed some locking issues on the TaskManager JobManager (#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).