Skip to content

2021.1218

Latest
Compare
Choose a tag to compare
@aspriddell aspriddell released this 17 Dec 20:43
· 6 commits to master since this release

Breaking changes

All extension methods now return Task<T> instead of the previous T. Consumers should make use of the newly available async/await pattern or suffix .Result to each call to restore previous behaviour