From 07ed8676b9029e5bfffe3dd0b01bf9cfa3448291 Mon Sep 17 00:00:00 2001 From: Astrusia Date: Mon, 26 Jan 2026 09:50:36 +0100 Subject: [PATCH] Added KdlSharp to readme README.md since Kadlet is not maintained, I proposed adding KdlSharp for v2 users in a [discussion](https://github.com/kdl-org/kdl/discussions/550) I also added the requirements in the note (from KdlSharp README.MD). I abbreviated them to fit in the width of the table. I hope the style is fine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2758a6..052bc5b 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ of some examples of KDL in the wild (either v1, v2, or both): |---|---|---|---|---| | C | [ckdl](https://github.com/tjol/ckdl) | ✅ | ✅ | | | C#/.NET | [Kadlet](https://github.com/oledfish/Kadlet) | ✅ | ✖️ | | +| C#/.NET | [KadSharp](https://github.com/AndreyAkinshin/KdlSharp) | ✅ | ✅ | .NET Std: 2.1+, .NET 6+, .NET FW 4.7.2+, Mono, Xamarin | | C++ | [kdlpp](https://github.com/tjol/ckdl) | ✅ | ✅ | part of ckdl, requires C++20 | | Common Lisp | [kdlcl](https://github.com/chee/kdlcl) | ✅ | ✖️ | | | Crystal | [kdl-cr](https://github.com/danini-the-panini/kdl-cr) | ✅ | ✖️ | |