-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
261 changed files
with
537 additions
and
123,509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
_ReSharper.* | ||
.vs | ||
*.user | ||
bin | ||
Bin | ||
obj | ||
dist | ||
build | ||
*.suo | ||
*resharper* | ||
*.user | ||
*.dotCover | ||
/lib/Ninject/*.zip | ||
/lib/Ninject/*/** | ||
/lib/Ninject.Web.Common/*.zip | ||
/lib/Ninject.Web.Common/*/** | ||
packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [3.3.0] | ||
|
||
### Removed | ||
- Dropped support for older .NET Platform (pre .NET4.5) | ||
|
||
## [3.2.2] | ||
|
||
### Fixed | ||
- WS-Discovery does not work. | ||
|
||
## [3.2.1] | ||
|
||
### Changed | ||
- Set `NinjectBehaviorExtensionElement`'s kernel when start | ||
|
||
## [3.2.0] | ||
|
||
### Added | ||
- Transient scoped services are disposed when not used anymore. | ||
- Endpoints can now be configured in the app config. Rest service and mex bindings can now be used together with NinjectServiceHostFactory. Marked NinjectWebServiceHostFactory obsolete | ||
- Better support for selfhosting | ||
- #21: Close or abort wcf client depending on its state before dispose | ||
- Support WCF behaviors | ||
|
||
### Changed | ||
- Transient Services are disposed when not used anymore | ||
|
||
## [3.0.0.0] | ||
|
||
### Added | ||
- Support for restful services | ||
- Support for data services | ||
- NinjectServiceHost<T> to support creation of self hosted services without having to define ServiceHost bindings | ||
- Support for singleton services hosted on IIS | ||
|
||
### Changed | ||
- Wcf IIS hosting is now based on Ninject.Web.Common |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.