Aspect Injector v2.4.1 Release Notes

Release Date: 2020-07-31 // over 3 years ago
  • ๐Ÿ›  Fixed in this release:

    • ๐Ÿ— #131 Broken build when projects has COM References
    • ๐Ÿ›  Fixed IncludeAssets for consumer projects. Now you can build build and publish your aspects as separate library without manually modifying PackageReference to AspectInjector

Previous changes from v2.4.0

  • ๐Ÿš€ In this release:

    • Before/After aspects are applied after Around. So now you can use any combination of those #119
    • โž• Added Roslyn Refactorings => to use - Alt+Enter or Ctrl+. on Class/Aspect or Method/Advice
      image
      image
      image