LightInject v6.3.0 Release Notes

Release Date: 2020-02-26 // about 4 years ago
  • 🔄 Change Log

    👀 v6.3.0 (2/26/2020)

    👀 Full Changelog

    🔀 Merged Pull Requests

    🛠 Fixed missing semicolon in IEnumerable Example in readme (2/12/2020) #522 (andmos)

    Just a quick little thing, noticed a missing ; in the IEnumerable example.
    👀 Optional Arguments (2/26/2020) #523 (seesharper)

    0️⃣ This PR adds support for optional arguments if the ContainerOptions.EnableOptionalArguments property is set to true. The default is false.