Castle.Windsor.Extensions 2.2.0.11

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

// Install Castle.Windsor.Extensions as a Cake Tool
#tool nuget:?package=Castle.Windsor.Extensions&version=2.2.0.11

A set of extensions that allow defining configuration properties in XML and registering your components in code using a custom properties resolver

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

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
2.4.1 2,751 11/2/2017
2.4.0 1,066 10/31/2017
2.3.1.2 929 9/12/2017
2.3.0.6 1,218 10/24/2016
2.2.1.2 1,094 5/24/2016
2.2.0.11 1,005 5/20/2016
2.1.1 29,220 9/4/2015
2.1.0 1,095 8/28/2015
2.0.1 1,077 8/25/2015
2.0.0 1,101 8/19/2015
1.1.0 2,071 11/10/2014
1.0.0 1,351 4/30/2014
0.1.1-Alpha-2 940 4/26/2014
0.1.0-Alpha-2 1,117 4/26/2014

- Enh: Adding extension methods for IKernel and IKernalInternal to be able to retrieve an internal subsystem strongly typed based on it's name
- Enh: Added IPropertiesInterpreter which faciliates overriding of the properties interpreter with your own implementation when initialising the properties subsystem
- Enh: Adding PropertyResolvingComponent which provides a thin fluent api for creating components properties/parameters for which get automatically resolved using the properties subsystem before registration of the component with the castle kernel
- Enh: Adding PropertyResolvingWindsorContainer which auto registers the properties subsystem
- Enh: Properties subsystem can now be initialised from app.config/web.config via a static method on the PropertiesSubSystem class

- Moving to NUnit tests to maintain compatibility with cloud CI provided by AppVeyor and TravisCI