From ab337f6194e4ee91213be3be3a7b7c231d8f181c Mon Sep 17 00:00:00 2001 From: Ivan <43139773+ivanmolenaar@users.noreply.github.com> Date: Fri, 29 May 2026 11:09:21 +0200 Subject: [PATCH] Remove `Obsidian` from description --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 326d6f5..4835b79 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "CSharp Snippet Runner", "version": "1.0.0", "minAppVersion": "1.12.7", - "description": "Run C# code blocks in Obsidian using an auto-installed CSharpRepl runtime.", + "description": "Run C# code blocks using an auto-installed CSharpRepl runtime.", "author": "OHM Engineering", "authorUrl": "https://github.com/OHM-Engineering", "isDesktopOnly": false