Skip to content

Releases: Timothy-Liuxf/FrameRateTask

v1.2.0

04 Dec 08:02
6b1f70a
Compare
Choose a tag to compare

Changes

  • Change - Removed the restriction that the time interval must be less than 1s
  • Document - Perfect the introduction in README
  • Document - Perfect the XML documentation in C# Code
  • Example - Add code examples of usage

Known bugs

  • Modify AllowTimeExceed, TimeExceedAction, MaxTolerantTimeExceedCount after the task starts will cause data race (which is forbidden on .NET 5 or higher target)

v1.1.2

18 Jul 03:06
6c65569
Compare
Choose a tag to compare

Changes

  • Document - Split README in English and Chinese into two files
  • Document - Fix some syntax errors in XML comments
  • Document - Add new project url
  • Authority - Correct the mistake of author name

Known bugs

  • Modify AllowTimeExceed, TimeExceedAction, MaxTolerantTimeExceedCount after the task starts will cause data race (which is forbidden on .NET 5 or higher target)

v1.1.1

27 Mar 13:53
b74709a
Compare
Choose a tag to compare

Changes

  • Package - Add package description

Known bugs

  • Modify AllowTimeExceed, TimeExceedAction, MaxTolerantTimeExceedCount after the task starts will cause data race (which is forbidden on .NET 5 or higher target)

v1.1.0

25 Mar 20:36
8181eeb
Compare
Choose a tag to compare

Changes

  • Fix - Fixed data race in concurrency envirenment
  • Change - Remove public API BeginTickCount and LastLoopEndingTickCount

Known bugs

  • Modify AllowTimeExceed, TimeExceedAction, MaxTolerantTimeExceedCount after the task starts will cause data race (which is forbidden on .NET 5 or higher target)

v1.0.0

09 Mar 12:35
2772320
Compare
Choose a tag to compare
Merge pull request #18 from Timothy-LiuXuefeng/master

ci: publish to nuget.org