ncrontab 3.3.0
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
Showing the top 20 packages that depend on ncrontab.
Packages | Downloads |
---|---|
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
|
4 |
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
|
3 |
Microsoft.Azure.WebJobs.Extensions
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources
|
3 |
HangFire.Core
Core components for HangFire (background job system for ASP.NET applications).
|
3 |
Hangfire.Core
Core components for Hangfire (background job system for ASP.NET applications).
|
3 |
DotNetCore.CAP
Eventually consistency in distributed architectures.
|
3 |
Microsoft.Azure.WebJobs.Extensions
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources
|
2 |
Microsoft.Azure.WebJobs.Extensions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
|
2 |
Microsoft.Azure.WebJobs.Extensions
Package Description
|
2 |
3.3: Targets .NET Standard 1.0
3.2: Fixes the following issues:
- Wrong schedule when a crontab field is of the form N/1; remaining values of that field were being ignored.
- CrontabSchedule.TryParse doesn't throw if given a null string as input.
3.1: CrontabFieldImpl and CrontabFieldAccumulator are now private.
3.0: Replaces uses of Converter with Func and therefore requires .NET Framework 3.5 as a minimum.
.NET Framework 3.5
- No dependencies.
.NET Standard 1.0
- System.Collections (>= 4.0.11)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Net.Primitives (>= 4.0.11)