4.1.1
14 Oct 18
Toggle Dropdown
Version 6
6.0.0
20 Jul 23
Version 5
5.1.2
17 May 22
5.1.1
8 Dec 20
5.1.0
16 Nov 20
5.1.0-beta001
17 Jun 20
5.0.1
18 Sep 19
5.0.0
12 Feb 19
5.0.0-beta001
26 Oct 18
Version 4
4.1.1
14 Oct 18
4.1.0
28 Sep 17
4.0.0
12 Jul 17
Version 3
3.4.0
23 Jan 17
3.3.0
18 May 14
3.2.1
22 Jul 13
3.2.0
16 Feb 13
3.1.0
5 Aug 12
3.1.0-RC
7 Jul 12
3.0.0.4001
14 Dec 11
3.0.0.3001
20 Nov 11
3.0.0.2001
3 Sep 11
Version 2
2.5.4
3 Oct 11
2.5.3
3 Sep 11
2.5.2
18 Apr 11
2.5.1
7 Jan 11
2.1.1
7 Jan 11
2.0.0
17 May 11
Compare to version...
with 4.0.0
Toggle Dropdown
Version 6
6.0.0
20 Jul 23
Version 5
5.1.2
17 May 22
5.1.1
8 Dec 20
5.1.0
16 Nov 20
5.1.0-beta001
17 Jun 20
5.0.1
18 Sep 19
5.0.0
12 Feb 19
5.0.0-beta001
26 Oct 18
Version 4
4.1.1
14 Oct 18
4.1.0
28 Sep 17
4.0.0
12 Jul 17
Version 3
3.4.0
23 Jan 17
3.3.0
18 May 14
3.2.1
22 Jul 13
3.2.0
16 Feb 13
3.1.0
5 Aug 12
3.1.0-RC
7 Jul 12
3.0.0.4001
14 Dec 11
3.0.0.3001
20 Nov 11
3.0.0.2001
3 Sep 11
Version 2
2.5.4
3 Oct 11
2.5.3
3 Sep 11
2.5.2
18 Apr 11
2.5.1
7 Jan 11
2.1.1
7 Jan 11
2.0.0
17 May 11
Download Package
Open in NuGet
<
PackageReference
Include
=
"Castle.Windsor"
Version
=
"4.1.1"
/>
API Differences between 4.1.1 and 4.0.0
2
Additions
1
Removals
Castle.MicroKernel
public
interface
IKernelInternal
:
IKernel
,
IKernelEvents
,
IDisposable
object
Resolve
(
Type
service
,
IDictionary
arguments
,
IReleasePolicy
policy
)
object
Resolve
(
Type
service
,
IDictionary
arguments
,
IReleasePolicy
policy
,
bool
ignoreParentContext
=
false
)
Castle.MicroKernel.Handlers
public
class
DefaultGenericHandler
:
AbstractHandler
public
IHandler
ConvertToClosedGenericHandler
(
Type
service
,
CreationContext
openGenericContext
)