💣 Breaking Changes
AddHandlers()
/AddBehaviors()
is no longer the appropriate method to call in Program.cs; the assembly name will be now be part of the name of the method.- This is to reduce conflict when using multiple assemblies
What's Changed
- Skip generating MSDI file if no handlers by @viceroypenguin in #151
- Use PerAssembly AddHandlers/AddBehaviors methods by @viceroypenguin in #152
Full Changelog: v1.7.1...v2.0.0