DevelopmentHelpers.Scheduler 1.0.9

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

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

Job Schedule is a library similar to Windows Schduling library but it is entirely written using c# and no com dependency.

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

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.0.9 1,103 10/22/2017
1.0.8 951 10/21/2017
1.0.7 926 10/21/2017
1.0.6 941 10/21/2017
1.0.5 970 10/21/2017
1.0.4 995 10/20/2017
1.0.3 949 10/20/2017
1.0.0 1,025 7/29/2017

Added Validation for checking Assembly and IJob implementation