Skip to content

1.45.0

Latest

Choose a tag to compare

@michelebastione michelebastione released this 26 Jun 19:21
e1c6869

Summary

This release adds .NET Framework 4.6.1 as an explicit target framework to the library.
This was done because projects targeting the full framework would install through NuGet the closest matching version to their compilation target, said version being .NET 4.5 instead of the preferred netstandard2.0. This had the most notable effect of IAsyncEnumerables not being supported as exportable data sources.

What's Changed

Full Changelog: 1.44.1...1.45.0