- Version heading format:
## Version <major>.<minor>.<patch>. - Each version section must include these categories in this order:
### Added### Changed### Fixed### Notes### Package
- Use
- None.for categories without entries. - In
### Package, inline Markdown (bold, code) is allowed; NuGet pack strips it to plain text for the nuspecreleaseNotesfield. GitHub release bodies and DocFX keep full Markdown from these files.
- First public release of the BCL foundation production package: injectable
IPrimeClock/PrimeClockbacked byTimeProviderand BCL date/time types (DateTimeOffset,TimeSpan,DateOnly,TimeOnlywhere applicable). - Interval and time-of-day timers with explicit daylight-saving policy.
- Schedule-zone conversion extensions and BCL-oriented persistence helpers (
LocalScheduleTimeZone,PrimeTimeScheduleZoneExtensions). - Multi-target binaries:
net10.0,net8.0, andnetstandard2.0.
- None.
- None.
- Pair with
KZDev.SystemClock.PrimeTime.Testingin test projects for deterministic virtual time. - Documentation: PrimeTime overview and choosing a package.
- KZDev.SystemClock.PrimeTime v1.0.0 — testable clocks and timers with minimal BCL dependencies.