- 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 NodaTime superset production package: injectable
IPrimeClock/PrimeClockwith BCL and NodaTime APIs (Instant,Duration,LocalTime, zoned projections). - Interval and time-of-day timers with explicit daylight-saving policy.
- Schedule-zone conversion extensions, persistence helpers, and NodaTime/BCL interop utilities (
LocalScheduleDateTimeZone,PrimeTimeScheduleZoneExtensions, and related conversion types). - Multi-target binaries:
net10.0,net8.0, andnetstandard2.0.
- None.
- None.
- Pair with
KZDev.PrimeTime.Testingin test projects for deterministic virtual time. - Documentation: PrimeTime overview and choosing a package.
- KZDev.PrimeTime v1.0.0 — testable clocks and timers with full NodaTime support.