Skip to content

Releases: JPKusumi/UtcMilliTime-2.x

v2.1.0

06 Nov 00:46

Choose a tag to compare

• Ready for .NET 10
• Still good for .NET 8+
• Accuracy: 1ms (improved precision)
• Public API unchanged (static Clock.Time.Now still works as a singleton)

v2.0.0

11 Jul 14:40

Choose a tag to compare

v2.0.0

  • Target .NET 8.0 for cross-platform support.
  • Added async initialization with CreateAsync.
  • Refactored interval calculations using TimeSpan for efficiency, with backward-compatible extensions.
  • Maintained singleton clock behavior.
  • For details, see README.md.

Migration from v1.x: Update target framework to .NET 8+. API unchanged for static usage.

Download the NuGet package: https://www.nuget.org/packages/UtcMilliTime/2.0.0