Releases: picolino/isdayoff
Releases · picolino/isdayoff
v1.7
v1.6
v1.5
WARNING - Possibly Breaking Change!
- Improve async performance by using
ConfigureAwait(false)
construction
If you use any UI in your application and perform UI update somewhere inside that library (in the custom cache, for example) - you should not do that because now it is no guarantee that called thread will not change inside library methods calls
Other Changes
- Retarget tests project to dotnet 6.0
Full Changelog: v1.4...v1.5