- 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-track testing package:
IPrimeTestClock/PrimeTestClockfor deterministic virtual time usingTimeProviderand BCL date/time types. - Shared
PrimeTestClockimplementation with the NodaTime testing package (ClockEvents, boundedRunFor, automatic runner, persist-on-read virtual time). AddPrimeTestClockdependency-injection helpers for substituting virtual clocks in tests.- Multi-target binaries:
net10.0,net8.0, andnetstandard2.0.
- None.
- None.
- Pair with
KZDev.SystemClock.PrimeTimein production code; do not reference both production packages in the same app. - Documentation: Testing packages.
- KZDev.SystemClock.PrimeTime.Testing v1.0.0 — virtual clocks and deterministic timer testing for the BCL stack.