You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix warnings regarding non-existent System.ComponentModel.TypeConverter NuGet package by updating minimum Castle Core version to 4.1.0 (#321)
Fix disposal of faulted WCF client channels (@jberezanski, #322)
Fix binding errors because assembly version had too much detail, assembly version is now x.0.0.0 (@Fir3pho3nixx, #329)
Update Castle Core to 4.2.0 to resolve assembly version problems because Castle Core also had too much detail
Explicit package versioning applied within solution to avoid maligned NuGet upgrades for lock step versioned packages (@Fir3pho3nixx, castleproject/Core#292)
Fix open generic handler state issues where wrong constructor gets chosen for open generic service types (@Fir3pho3nixx, #136)
Fixed typed factory out of order disposal (@jnm2, #344)
Deprecations
Logging Facility's LoggerImplementation enum, UseLog4Net and UseNLog methods are deprecated in favour of LogUsing<T>, this includes the loggingApi property for XML configuration (@jonorossi, #327)