Skip to content

Releases: punitganshani/CodeInject

CInject 1.5

13 Dec 04:33
Compare
Choose a tag to compare

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

19 Feb 08:50
Compare
Choose a tag to compare
CInject 1.4.1 Pre-release
Pre-release

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

15 Dec 23:10
Compare
Choose a tag to compare

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