Releases: benjamin-hodgson/Sawmill
Releases · benjamin-hodgson/Sawmill
v3.3.0
Added
- Added async overloads of a number of methods which accepted a
Func
. Since these methods rely on ValueTask
, they are not available on anything older than .NET Standard 2.1.
Changed
- A new CI build system based on GitHub Actions.