Releases: punitganshani/CodeInject
Releases · punitganshani/CodeInject
CInject 1.5
The new release has following enhancements
- Upgrade to .NET 4.6 from .NET 4.0
- Support .NET 4.6 applications
Bug Fix:
- String parameters were serialized into xml instead of showing string values
Previous releases
- Allow Getter Methods (Properties) to be injected
- Load all injectors in current directory on its own
- ObjectValueInjector - to find out value of a property of an argument and not just the argument
- DependentFiles of an injector get copied over to Target Directory automatically
- Better Exception Handling
- Improved Code Quality by ReSharper
CInject 1.4.1
The new release has following enhancements
- Allow Getter Methods (Properties) to be injected
Previous release
- Load all injectors in current directory on its own
- ObjectValueInjector - to find out value of a property of an argument and not just the argument
- DependentFiles of an injector get copied over to Target Directory automatically
- Better Exception Handling
- Improved Code Quality by ReSharper
CInject v1.4
The new release has following enhancements
- Load all injectors in current directory on its own
- ObjectValueInjector - to find out value of a property of an argument and not just the argument
- DependentFiles of an injector get copied over to Target Directory automatically
- Better Exception Handling
- Improved Code Quality by ReSharper