EighteenEightyOne.Scheduler 1.1.0

dotnet add package EighteenEightyOne.Scheduler --version 1.1.0
NuGet\Install-Package EighteenEightyOne.Scheduler -Version 1.1.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="EighteenEightyOne.Scheduler" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EighteenEightyOne.Scheduler --version 1.1.0
#r "nuget: EighteenEightyOne.Scheduler, 1.1.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 EighteenEightyOne.Scheduler as a Cake Addin
#addin nuget:?package=EighteenEightyOne.Scheduler&version=1.1.0

// Install EighteenEightyOne.Scheduler as a Cake Tool
#tool nuget:?package=EighteenEightyOne.Scheduler&version=1.1.0

Full-featured Job Scheduling system, powered by Quartz.NET

     Features Include:
     - Custom Configuration Settings (view ReadMe)
     - CRON Job Scheduling
     - Instant Job Scheduling
     - Second Interval Job Scheduling
     - Minute Interval Job Scheduling
     - Hour Interval Job Scheduling
     - Day Interval Job Scheduling
     - Week Interval Job Scheduling
     - Month Interval Job Scheduling
     - Year Interval Job Scheduling
     - Unscheduled Job Management

     Supported platforms:
     - .NET 4.6.x
     - .NET 4.7.x
     - .NET 4.8.x

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6

  • .NETFramework 4.6.1

  • .NETFramework 4.6.2

  • .NETFramework 4.7

  • .NETFramework 4.7.1

  • .NETFramework 4.7.2

  • .NETFramework 4.8

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 330 1/1/2022
1.0.1 428 4/2/2021
1.0.0 300 4/2/2021

Please check the ReadMe file for how to use, as well as the ChangeLog file for Change Tracking

     v1.1.0
     - Set 'Time of Day' for  Day Interval Job to run
     - Set 'Day of the Week and 'Time of Day' for  Week Interval Job to run
     - Set 'Day of The Month' and 'Time of Day' for Month Interval Job to run
     - Set 'Date of Year' for  Year Interval Job to run


     v1.0.1
     - Custom Configuration Settings (view ReadMe)
     - CRON Job Scheduling
     - Instant Job Scheduling
     - Second Interval Job Scheduling
     - Minute Interval Job Scheduling
     - Hour Interval Job Scheduling
     - Day Interval Job Scheduling
     - Week Interval Job Scheduling
     - Month Interval Job Scheduling
     - Year Interval Job Scheduling
     - Unscheduled Job Management