Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find Castle.MicroKernel.dll

This was answered once, but the download site has since changed (apparently) since then. I cannot find Castle.MicroKernel at all. 2.51 can no longer be downloaded and its not in 2.52. or 2.53.

like image 578
BChase Avatar asked Jul 06 '11 19:07

BChase


1 Answers

There is no Castle.MicroKernel.dll anymore, it was merged into Castle.Windsor.dll.

The namespaces are all the same though, i.e. the Castle.MicroKernel namespace and all its types now live in Castle.Windsor.dll

like image 62
Mauricio Scheffer Avatar answered Nov 19 '22 02:11

Mauricio Scheffer