Skip to content

3.0.0

Compare
Choose a tag to compare
@Moreault Moreault released this 26 Sep 10:57
· 4 commits to master since this release
9f4cc47

Breaking

  • Open generics are no longer supported ([AutoInject(Interface = typeof(YourInterface)])
    • Use generics instead ([AutoInject<YourInterface>])
  • [AutoConfig] is no longer part of this package
    • Use the ToolBX.AutoConfig package from nuget.org