All Versions
16
Latest Version
Avg Release Cycle
118 days
Latest Release
1307 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