Skip to content

Releases: iwillspeak/PollyTick

v0.6.3

03 Sep 08:18

Choose a tag to compare

Reduces allocation by the library by using stopwatch ticks directly rather
than allocating a stopwatch with Stopwatch.StartNew.

What's Changed

Full Changelog: v0.6.1...v0.6.3

v0.6.2

02 Oct 09:09

Choose a tag to compare

Enables Nullability annotations.