Nox.Cron 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nox.Cron --version 1.0.11                
NuGet\Install-Package Nox.Cron -Version 1.0.11                
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="Nox.Cron" Version="1.0.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nox.Cron --version 1.0.11                
#r "nuget: Nox.Cron, 1.0.11"                
#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 Nox.Cron as a Cake Addin
#addin nuget:?package=Nox.Cron&version=1.0.11

// Install Nox.Cron as a Cake Tool
#tool nuget:?package=Nox.Cron&version=1.0.11                

Converts an English phrase to a CRON expression.

     Example:

     var cron = "every 3rd day at 2:55 am from January to August".ToCronExpression();

     Console.WriteLine(cron.ToString()); // Outputs: 55 2 */3 1-8 *

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Nox.Cron:

Package Downloads
Nox.Types

Nox types library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.5 809 8/15/2024
8.0.3 700 7/28/2024
8.0.1 1,344 5/6/2024
8.0.0 116 5/6/2024
7.0.1 331 5/6/2024
7.0.0 117 5/6/2024
1.0.13 39,520 12/13/2022
1.0.12 300 12/13/2022
1.0.11 282 12/13/2022
1.0.10 9,433 10/26/2022
1.0.9 382 10/26/2022
1.0.8 494 10/24/2022
1.0.7 368 10/24/2022
1.0.6 375 10/24/2022
1.0.5 373 10/24/2022
1.0.4 378 10/24/2022
1.0.3 360 10/24/2022
1.0.2 363 10/24/2022
1.0.1 365 10/24/2022
1.0.0 361 10/24/2022