Castle.Windsor.Extensions
2.4.1
dotnet add package Castle.Windsor.Extensions --version 2.4.1
NuGet\Install-Package Castle.Windsor.Extensions -Version 2.4.1
<PackageReference Include="Castle.Windsor.Extensions" Version="2.4.1" />
paket add Castle.Windsor.Extensions --version 2.4.1
#r "nuget: Castle.Windsor.Extensions, 2.4.1"
// Install Castle.Windsor.Extensions as a Cake Addin #addin nuget:?package=Castle.Windsor.Extensions&version=2.4.1 // Install Castle.Windsor.Extensions as a Cake Tool #tool nuget:?package=Castle.Windsor.Extensions&version=2.4.1
A set of extensions that allow defining configuration properties in XML and registering your components in code using a custom properties resolver
Product | Versions 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. |
-
.NETFramework 4.0
- Castle.Core (>= 3.0.0.3001)
- Castle.Windsor (>= 3.0.0.3001)
- Newtonsoft.Json (>= 8.0.3)
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 | 3,141 | 11/2/2017 |
2.4.0 | 1,099 | 10/31/2017 |
2.3.1.2 | 961 | 9/12/2017 |
2.3.0.6 | 1,252 | 10/24/2016 |
2.2.1.2 | 1,126 | 5/24/2016 |
2.2.0.11 | 1,036 | 5/20/2016 |
2.1.1 | 29,562 | 9/4/2015 |
2.1.0 | 1,133 | 8/28/2015 |
2.0.1 | 1,110 | 8/25/2015 |
2.0.0 | 1,135 | 8/19/2015 |
1.1.0 | 2,114 | 11/10/2014 |
1.0.0 | 1,387 | 4/30/2014 |
0.1.1-Alpha-2 | 965 | 4/26/2014 |
0.1.0-Alpha-2 | 1,142 | 4/26/2014 |
- Enh: Enabling service overrides when registering components.
- Enh: Using a custom component activator to decide which constructor candidate gets used for initialisation rather than using the default provided by castle
- Enh: All components are now explicitly named using a Guid if a name is not manually specified using the WithName() method
- Enh: Relative path resolution is now platform agnostic
- Enh: TravisCI now not only builds on Mono but also runs tests to confirm Mono/Linux compatibility
- Dep: ResolvableProperty is deprecated. Use ResolvableDependency instead
- Brk: PropertyResolvingComponentRegistration.DependsOnConfigProperties => PropertyResolvingComponentRegistration.DependsOn
- Brk: PropertyResolvingComponentRegistration.DependsOnProperties => PropertyResolvingComponentRegistration.DependsOn