NanoServiceContainer 1.0.5.1

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

// Install NanoServiceContainer as a Cake Tool
#tool nuget:?package=NanoServiceContainer&version=1.0.5.1

Infrastructure component for building composite applications consisting of multiple parts (services).
The container loads and starts services from subfolders using reflection. In microservices architecture each microservice is executed in LXC or VM, while in this project each nanoservice instance is ran in separate .Net application domain, but in single process.
See also "NanoServiceContainer.Service" for classes and interfaces required by service instances.
See project site for samples and sources (https://bitbucket.org/rkulenov/nanoservicecontainer/wiki/Home)

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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

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.5.1 1,587 10/13/2016
1.0.5 1,417 10/11/2016
1.0.4 1,482 7/1/2016
1.0.3 1,464 2/4/2016
1.0.2 1,457 1/29/2016
1.0.1 1,416 1/28/2016
1.0.0 1,420 1/27/2016

Multithreaded starting and stopping of services.
Bugs fixed: service states, folders, appDomains lifetime.
New REST method for updating services.