Nox.Cron 8.0.0

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

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

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 net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.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 1,879 8/15/2024
8.0.3 712 7/28/2024
8.0.1 1,455 5/6/2024
8.0.0 125 5/6/2024
7.0.1 344 5/6/2024
7.0.0 126 5/6/2024
1.0.13 40,076 12/13/2022
1.0.12 307 12/13/2022
1.0.11 289 12/13/2022
1.0.10 9,663 10/26/2022
1.0.9 391 10/26/2022
1.0.8 503 10/24/2022
1.0.7 377 10/24/2022
1.0.6 384 10/24/2022
1.0.5 382 10/24/2022
1.0.4 391 10/24/2022
1.0.3 369 10/24/2022
1.0.2 374 10/24/2022
1.0.1 374 10/24/2022
1.0.0 370 10/24/2022