Releases: egreiner/IegTools.FluentPollster
Releases · egreiner/IegTools.FluentPollster
CleanUp
improve error messages
v2.1.1 improve error messages
IsDivisibleBySeconds extension
v2.1.0 add IsDivisibleBySeconds()
switched from net7.0 to netstandard2.0, some breaking changes
Breaking Changes
v1 to v2
- switched from net7.0 to netstandard2.0 (there is no PeriodicTimer in netstandard2.0...)
- rename method poller.Run...() to poller.Execute...()
- rename method poller.StopAsync() to poller.Stop()
- rename ExtensionMethod IsCurrentMinuteDivisibleBy(...) to IsMinuteDivisibleBy(...)
- change behaviour of ExtensionMethod IsMinuteDivisibleBy(...) offsetMinute
from (time.Minute + offsetMinute) to (time.Minute - offsetMinute)
switched to netstandard2.0
removed typos
breaking changes
add logo
GA release
v1.0.0 bugfix readme
wip NuGet Package with license file
v1.0.0-beta.3 update NuGet Packages and add LicenseFile to *.csproj
Test pushing to NuGet and add Readme.md infos
v1.0.0-beta.2 Merge branch 'master' of https://github.com/egreiner/IegTools.FluentP…