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
All notable changes to this project will be documented in this file.
3
+
4
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
+
7
+
## [3.3.0]
8
+
9
+
### Removed
10
+
- Dropped support for older .NET Platform (pre .NET4.5)
11
+
12
+
## [3.2.2]
13
+
14
+
### Fixed
15
+
- WS-Discovery does not work.
16
+
17
+
## [3.2.1]
18
+
19
+
### Changed
20
+
- Set `NinjectBehaviorExtensionElement`'s kernel when start
21
+
22
+
## [3.2.0]
23
+
24
+
### Added
25
+
- Transient scoped services are disposed when not used anymore.
26
+
- Endpoints can now be configured in the app config. Rest service and mex bindings can now be used together with NinjectServiceHostFactory. Marked NinjectWebServiceHostFactory obsolete
27
+
- Better support for selfhosting
28
+
-#21: Close or abort wcf client depending on its state before dispose
29
+
- Support WCF behaviors
30
+
31
+
### Changed
32
+
- Transient Services are disposed when not used anymore
33
+
34
+
## [3.0.0.0]
35
+
36
+
### Added
37
+
- Support for restful services
38
+
- Support for data services
39
+
- NinjectServiceHost<T> to support creation of self hosted services without having to define ServiceHost bindings
40
+
- Support for singleton services hosted on IIS
41
+
42
+
### Changed
43
+
- Wcf IIS hosting is now based on Ninject.Web.Common
0 commit comments