Skip to content

Releases: egreiner/IegTools.FluentPollster

CleanUp

17 Oct 08:37
Compare
Choose a tag to compare

ExtensionMethod .IsMinutesDivisibleBy(...) is obsolete now

improve error messages

03 May 08:31
Compare
Choose a tag to compare
v2.1.1

improve error messages

IsDivisibleBySeconds extension

02 May 10:51
Compare
Choose a tag to compare
v2.1.0

add IsDivisibleBySeconds()

switched from net7.0 to netstandard2.0, some breaking changes

17 Apr 08:40
Compare
Choose a tag to compare

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

15 Apr 09:49
Compare
Choose a tag to compare
Pre-release

removed typos
breaking changes

add logo

05 Apr 16:29
Compare
Choose a tag to compare
v1.0.1

add logo

GA release

05 Apr 09:02
Compare
Choose a tag to compare
v1.0.0

bugfix readme

wip NuGet Package with license file

04 Apr 15:25
Compare
Choose a tag to compare
Pre-release
v1.0.0-beta.3

update NuGet Packages and add LicenseFile to *.csproj

Test pushing to NuGet and add Readme.md infos

04 Apr 07:54
Compare
Choose a tag to compare
v1.0.0-beta.2

Merge branch 'master' of https://github.com/egreiner/IegTools.FluentP…