From cf6f103b6e72a75e2a6182bce8f038c35d430dea Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 11 May 2026 17:59:27 +0700 Subject: [PATCH] docs: add Related section linking sibling repos --- csharp/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/csharp/README.md b/csharp/README.md index 6cace64..ca6daf4 100644 --- a/csharp/README.md +++ b/csharp/README.md @@ -113,3 +113,8 @@ The hook reads this on every time API call and returns `DateTime.UtcNow + DeltaT ## License MIT + +## Related + +- [time-mocker-cpp](https://github.com/tiennm99/time-mocker-cpp) — C++ / MS Detours port of this tool with identical IPC design. +