ncrontab 3.2.0
See the version list below for details.
dotnet add package ncrontab --version 3.2.0
NuGet\Install-Package ncrontab -Version 3.2.0
<PackageReference Include="ncrontab" Version="3.2.0" />
paket add ncrontab --version 3.2.0
#r "nuget: ncrontab, 3.2.0"
// Install ncrontab as a Cake Addin #addin nuget:?package=ncrontab&version=3.2.0 // Install ncrontab as a Cake Tool #tool nuget:?package=ncrontab&version=3.2.0
NCrontab is crontab for Microsoft .NET Framework 3.5 and above. 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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (21)
Showing the top 5 popular GitHub repositories that depend on ncrontab:
Repository | Stars |
---|---|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
|
|
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
|
|
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
|
|
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
|
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.
Release 3.x also makes the library available as a PCL for:
- Microsoft .NET Framework 4.5
- Microsoft Windows 8.0
- Microsoft Windows Phone 8.1
- Microsoft Windows Phone Silverlight 8.0