XecMe 2.1.4

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

// Install XecMe as a Cake Tool
#tool nuget:?package=XecMe&version=2.1.4

XecMe is a hosting and execution framework. It follows the task oriented design approach for solving the business problems. It is a highly configurable framework to execute batch processes, asynchronous tasks, Windows Service etc. You can simplify your Azure Worker Role development to manage multiple task within the same role

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  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.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on XecMe:

Package Downloads
XecMe.DI.SimpleInjector

SimpleInjector implementation for XecMe container

XecMe.DI.Ninject

Ninject implementation for XecMe container

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.4 2,443 12/2/2016
2.1.3 1,647 10/29/2016
2.1.2 1,570 10/19/2016
2.1.0 1,574 9/11/2016
2.0.0 1,848 9/11/2016
1.3.6 1,430 8/17/2015
1.3.6-preview 1,042 6/11/2015
1.3.5 2,507 2/18/2015
1.3.2 1,698 10/30/2014
1.2.3 2,348 7/10/2013
1.2.1 1,233 3/16/2013
1.2.0 1,240 3/16/2013
1.1.3 1,245 3/8/2013

XecMe 2.1.4
     - Fixed the edge case bug in ScheduledTaskRunner if task completes under 1 second runtime

     XecMe 2.1.3 & 2.1.3
     - Fixed the Timer configuration issue
     - Upgraded the SimpleInjector package
     
     XecMe 2.1.0
     - Added new ITaskAsync interface for the async task
     - Fixed some configuration issues

     XecMe 2.0.0
     - Flient API for configuring the tasks
     - Abstracted container into a IContainer interface so that developer use their favorite container
     - Separated Simple Injector container into separate package XecMe.DI.SimpleInjector and Ninject Container into XecMe.DI.Ninject
     - Refactored and optimized
     - All ITask methods are container scoped