From eb0161277c89e66c430269b00bfab8cb079f3048 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Mon, 3 Feb 2025 02:14:58 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6183b54..208290d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Ends with `.mini` i.e. `config.mini`. | Name | Language | Serialize | Deserialize | License | Notes| |------|----------|-----------|-------------|---------|------| [minipp](https://github.com/mariiaan/minipp) | C++14 | Yes | Yes | MIT | Header Only +[MiniSharp](https://github.com/mariiaan/MiniSharp) | .NET 6.0 | Yes | Yes | MIT | Supports Reflection | # Format Details The `.mini` format is designed to be simple, easy to read, and easy to parse. It has a strict but straightforward structure that keeps things consistent while staying lightweight.