Skip to content

Releases: patrickklaeren/AutoRegisterInject

1.4.0

22 Apr 19:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

1.3.0

05 Mar 19:29
ed33ecb
Compare
Choose a tag to compare

Time to interface

Now supporting explicit interface registration, so you can ignore or register per explicit interface type.

  • New constructor for register attributes* which allows for params Type[] types, where you can specify which types to register the target type as
  • Documentation updated

* This excludes RegisterHostedService.

1.2.0

17 Jan 22:15
Compare
Choose a tag to compare

Heard you liked hosted services

Minor new release for hosted service support.

  • Added new [RegisterHostedService] attribute, which will automatically output hosted service registrations
  • Added GitHub workflow for automated releases
  • Fixed whitespace in auto generated code, because that's very important