Windsor and Core (and the usual facilities) version 3.1 have been released today. There are no changed since the RC except for reverting one breaking change.

This is probably the last version to support Silverlight.

We have a what’s new page in the wiki, and as always, the package contains a detailed changelog and list of breaking changes.

Downloads

NuGet

# Windsor:
Install-Package Castle.Windsor

# WCF Facility:
Install-Package Castle.WcfIntegrationFacility

# Synchronize Facility:
Install-Package Castle.SynchronizeFacility

# Remoting Facility:
Install-Package Castle.RemotingFacility

# Event Wiring Facility:
Install-Package Castle.EventWiringFacility

# Factory Support Facility:
Install-Package Castle.FactorySupportFacility

# Logging Facility:
Install-Package Castle.LoggingFacility

# Logging Facility log4net:
Install-Package Castle.Windsor-log4net

# Logging Facility NLog:
Install-Package Castle.Windsor-nlog

# Core:
Install-Package Castle.Core

# Logging adapter for log4net:
Install-Package Castle.Core-log4net

# Logging adapter for NLog:
Install-Package Castle.Core-NLog