ncrontab 3.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ncrontab --version 3.3.0
NuGet\Install-Package ncrontab -Version 3.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ncrontab" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ncrontab --version 3.3.0
#r "nuget: ncrontab, 3.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ncrontab as a Cake Addin
#addin nuget:?package=ncrontab&version=3.3.0

// Install ncrontab as a Cake Tool
#tool nuget:?package=ncrontab&version=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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (19)

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
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites
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.
Version Downloads Last updated
3.3.1 32,507 3/8/2021
3.3.0 9,584 3/8/2021
3.2.0 9 3/8/2021
3.1.0 368 12/11/2015
3.0.0 163 12/9/2015
2.0.0 17,035 8/18/2014
1.0.0 20,057 1/29/2011

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.