Releases: Timothy-Liuxf/FrameRateTask
Releases · Timothy-Liuxf/FrameRateTask
v1.2.0
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
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
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
Changes
- Fix - Fixed data race in concurrency envirenment
- Change - Remove public API
BeginTickCount
andLastLoopEndingTickCount
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
Merge pull request #18 from Timothy-LiuXuefeng/master ci: publish to nuget.org