We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdab16 commit 9dc51ccCopy full SHA for 9dc51cc
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
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.6] - 2022-05-27
8
+
9
+### Fixed
10
+- Infinite loop when call `TryGet<T>(string name)` [#393](https://github.com/ninject/Ninject/issues/393)
11
+- `VerifycationException` when inject pointer type (.NET Framework only)
12
13
## [3.3.5] - 2022-04-23
14
15
### Fixed
0 commit comments