XecMe 1.3.2

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

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

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 is compatible.  net452 was computed.  net46 was computed.  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.

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,452 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,054 6/11/2015
1.3.5 2,518 2/18/2015
1.3.2 1,698 10/30/2014
1.2.3 2,351 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

- Fixed dependencies container issue for multiple task based off of single type
- Made Parallel Tasks more efficient
- Support .NET 4.5.1
- Support for DI using Simple Injector
- Added Bootstrap on TaskManager using IOC
- ExecutionContext has the DI Container property
- Task can use DI constructor
- Added .NET 4.5 assemblies
- Adds the configuration
- Fixed the Timezone issue in Timer Task
- New feature Scheduled Task is added, much suitable for Azure Worker role