FluentScheduler Versions Save

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

5.5.1

3 years ago
  • Supporting .NET Standard 2.0 again (b361bfb).

5.5.0

3 years ago
  • Added IAsyncJob (17bd278);
  • Removed InitializeWithoutStarting (ce6b4d6);
  • Removed Years time unit (6be0edc).

6.0.0-alpha.3

3 years ago
  • Accepting async function on schedule creation (571e2b8).

6.0.0-alpha.2

3 years ago
  • Accepting seconds on cron expressions (3db0042);
  • Removed month related methods OnTheFirst, Second, Third and Fourth (834e0a1);
  • Fixed missing xml comment warning (4a76e6a).

6.0.0-alpha.1

3 years ago
  • First alpha release on the library redesign.

5.4.0

3 years ago
  • Converted project to .NET Standard 2.0 (b0a4622).

5.3.0

6 years ago
  • Milliseconds support (e086bc1);
  • A RemoveAllJobs method (46a16ca).

5.2.1

7 years ago
  • Relying on netstandard 1.4.0 and not 1.5.0 to not break compatibility with UWP (#145).

5.2.0

7 years ago
  • Added support for a factory method to instantiate jobs (#115);
  • Added InitializeWithoutStarting method (#123);
  • Changed the behavior to run tomorrow if hour and minute is in today's past (#124);
  • Added WeekDaysOnly for months (#128);
  • Added a warning on XML documentation on not providing a default constructor on a job (#131);
  • Fixed miscalculation on the last day of the month ( #138);
  • Fixed children schedules not respecting parent rules (#144);
  • Accepting multiple registries when initializing (#146).

5.1.4

7 years ago
  • Fixed potential deadlock on StopAndBlock (af54d4c).