Code Silverback
Code Silverback

Reputation: 3224

Castle Windsor 3.0 Breaking Changes

In the spirit of this question: Castle Windsor 2.5 Breaking Changes

Is there a comprehensive list of why my code is broken now and how I go about fixing it? My googlefu is failing me.

Upvotes: 2

Views: 389

Answers (1)

Krzysztof Kozmic
Krzysztof Kozmic

Reputation: 27374

Like @Mauricio Sheffer wrote in his comment, there's a breakingchanges.txt file that does just that.

It is included in the package you downloaded and also available online here.

Upvotes: 2

Related Questions