Nox.Cron 1.0.13

dotnet add package Nox.Cron --version 1.0.13
NuGet\Install-Package Nox.Cron -Version 1.0.13
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.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nox.Cron --version 1.0.13
#r "nuget: Nox.Cron, 1.0.13"
#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.13

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

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
1.0.13 28,479 12/13/2022
1.0.12 273 12/13/2022
1.0.11 251 12/13/2022
1.0.10 7,910 10/26/2022
1.0.9 360 10/26/2022
1.0.8 469 10/24/2022
1.0.7 342 10/24/2022
1.0.6 346 10/24/2022
1.0.5 349 10/24/2022
1.0.4 352 10/24/2022
1.0.3 326 10/24/2022
1.0.2 328 10/24/2022
1.0.1 335 10/24/2022
1.0.0 331 10/24/2022