Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 803 Bytes

File metadata and controls

44 lines (27 loc) · 803 Bytes

Handyman.DependencyInjection changelog

3.0.0 - 2024-11-13

  • Add net9.0 TFM.
  • Remove .net7.0 TFM.
  • Remove .net6.0 TFM.
  • Package upgrades
    • .net8.0
      • Microsoft.Extensions.DependencyInjection 8.0.1

2.7.0 - 2023-11-23

  • Add .net8.0 TFM.
  • Package upgrades
    • Microsoft.SourceLink.GitHub 8.0.0

2.6.0 - 2022-09-02

  • Add IScanner.Assemblies(IEnumerable<Assembly>) method.

2.5.0 - 2022-11-15

  • Added net7.0 TFM.
  • Removed netcoreapp3.1 & net5.0 TFMs.

2.4.2 - 2022-10-28

  • Fixed IServiceConfigurationStrategy visibility.

2.4.1 - 2022-03-01

  • Service provider insights bug fix.

2.4.0 - 2022-01-05

  • Added net6.0 TFM.
  • Microsoft.SourceLink.GitHub package upgrade.

2.1.0

Added

  • Added IScanner.ConfigureTypesWithServiceAttribute().