Skip to content

Releases: fluentscheduler/FluentScheduler

5.5.1

20 Sep 19:03
Compare
Choose a tag to compare
  • Supporting .NET Standard 2.0 again (b361bfb).

5.5.0

03 Aug 03:10
Compare
Choose a tag to compare
  • Added IAsyncJob (17bd278);
  • Removed InitializeWithoutStarting (ce6b4d6);
  • Removed Years time unit (6be0edc).

5.4.0

20 Jul 00:52
Compare
Choose a tag to compare
  • Converted project to .NET Standard 2.0 (b0a4622).

6.0.0-alpha.3

20 Jul 00:56
Compare
Choose a tag to compare
6.0.0-alpha.3 Pre-release
Pre-release
  • Accepting async function on schedule creation (571e2b8).

6.0.0-alpha.2

20 Jul 00:55
Compare
Choose a tag to compare
6.0.0-alpha.2 Pre-release
Pre-release
  • 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

20 Jul 00:55
Compare
Choose a tag to compare
6.0.0-alpha.1 Pre-release
Pre-release
  • First alpha release on the library redesign.

5.3.0

23 Jun 23:00
Compare
Choose a tag to compare

5.2.1

19 May 03:38
Compare
Choose a tag to compare
  • Relying on netstandard 1.4.0 and not 1.5.0 to not break compatibility with UWP (#145).

5.2.0

13 May 23:47
Compare
Choose a tag to compare
  • 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

08 Mar 18:28
Compare
Choose a tag to compare
  • Fixed potential deadlock on StopAndBlock (af54d4c).