From 9841f66b5c538fd2933c1ef50b2256d1e3cc6183 Mon Sep 17 00:00:00 2001 From: mh-maker2 Date: Fri, 13 Mar 2026 09:12:31 +0300 Subject: [PATCH 1/2] Add SimplifiedCSharp --- registry.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/registry.json b/registry.json index 6f232cb..6911f46 100644 --- a/registry.json +++ b/registry.json @@ -1760,6 +1760,10 @@ "version": "8.30.0.37606", "analyzer": true }, + "SourceCraftCommunity.SimplifiedCSharp": { + "listed": true, + "version": "1.0.1" + }, "SourceGear.sqlite3": { "listed": true, "version": "3.50.3" From 356b33f05a4fb7e5894a11759d40aa66823d7670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Borja=20Dom=C3=ADnguez?= Date: Fri, 13 Mar 2026 21:55:38 +0100 Subject: [PATCH 2/2] Downgrade version of SimplifiedCSharp to 1.0.0 --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 6911f46..bfb23e6 100644 --- a/registry.json +++ b/registry.json @@ -1762,7 +1762,7 @@ }, "SourceCraftCommunity.SimplifiedCSharp": { "listed": true, - "version": "1.0.1" + "version": "1.0.0" }, "SourceGear.sqlite3": { "listed": true,