Skip to content

2.1.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 23:04
9cf1672

Changes

Maintenance 🧰

  • Added in missing SDK's for release @thompson-tomo (#579)

    Added in required sdk's for the release build which was missed in #578

  • Update of TFM & dependency optimisation @thompson-tomo (#578)

    By adjusting the TFM'S we have been able to produce a package with no dependencies on the latest frameworks hence an optimised dependency graph.

    The following frameworks have been added:

    • Net 6

    The following frameworks even though requested was not added:

    • Net 5

    The following frameworks were removed:

    • Net 4.5.2
    • Net 4.6

    Closes: #573
    Closes: #415

Contributors

@oformaniuk and @thompson-tomo