All Versions
16
Latest Version
Avg Release Cycle
118 days
Latest Release
1593 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.0.0-alpha.3
May 05, 2020 -
v6.0.0-alpha.2
May 05, 2020 -
v6.0.0-alpha.1
April 14, 2020 -
v5.5.1 Changes
September 20, 2020- ๐ Supporting .NET Standard 2.0 again (b361bfb).
-
v5.5.0 Changes
August 03, 2020 -
v5.4.0 Changes
July 20, 2020- โฑ Converted project to .NET Standard 2.0 (b0a4622).
-
v5.3.0 Changes
June 23, 2017 -
v5.2.1 Changes
May 19, 2017- โฑ Relying on netstandard
1.4.0
and not1.5.0
to not break compatibility with UWP (#145).
- โฑ Relying on netstandard
-
v5.2.0 Changes
May 13, 2017- โ 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).
-
v5.1.4 Changes
March 08, 2017- ๐ Fixed potential deadlock on
StopAndBlock
(af54d4c).
- ๐ Fixed potential deadlock on