NCrontab.Advanced
1.1.0
See the version list below for details.
dotnet add package NCrontab.Advanced --version 1.1.0
NuGet\Install-Package NCrontab.Advanced -Version 1.1.0
<PackageReference Include="NCrontab.Advanced" Version="1.1.0" />
paket add NCrontab.Advanced --version 1.1.0
#r "nuget: NCrontab.Advanced, 1.1.0"
// Install NCrontab.Advanced as a Cake Addin #addin nuget:?package=NCrontab.Advanced&version=1.1.0 // Install NCrontab.Advanced as a Cake Tool #tool nuget:?package=NCrontab.Advanced&version=1.1.0
NCrontab-Advanced is intended to be as close of a drop-in replacement for NCrontab as possible, and contains additional features (#, L, W support, as well as support for seconds and years.)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NCrontab.Advanced:
Package | Downloads |
---|---|
Hangfire.RecurringDateRange
A fork of Hangfire's recurring background job processing (to add date ranges, and additional cron support |
|
JobToolkit.Core
.Net ASP.NET Job Scheduler Long-Running |
|
Maxotek.MathUtils
Package Description |
|
TnT.Scheduler
Lightweight .Net Scheduler |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on NCrontab.Advanced:
Repository | Stars |
---|---|
ravendb/ravendb
ACID Document Database
|
|
HangfireIO/Cronos
A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
|
Version | Downloads | Last updated |
---|---|---|
1.3.28 | 1,038,451 | 9/16/2020 |
1.3.21 | 505,635 | 5/26/2019 |
1.3.15 | 138,897 | 10/25/2018 |
1.3.11 | 124,308 | 11/1/2017 |
1.2.3.3 | 211,394 | 1/9/2017 |
1.2.3.2 | 1,373 | 12/30/2016 |
1.2.3 | 119,919 | 8/17/2016 |
1.2.2 | 1,302 | 8/17/2016 |
1.2.1 | 1,411 | 8/9/2016 |
1.1.1 | 28,611 | 1/14/2016 |
1.1.0 | 1,533 | 1/14/2016 |
1.0.2 | 1,981 | 1/13/2016 |
1.0.1.3 | 1,706 | 1/13/2016 |
1.0.1.1 | 1,322 | 1/12/2016 |
1.0.1 | 1,284 | 1/12/2016 |
1.0.0.1 | 1,330 | 1/11/2016 |
1.0.0 | 1,659 | 1/11/2016 |
Re-implemented algorithm in GetNextOccurrence. Much faster now!