From a70ac9cc79ee4d328dc8e41be64a8e0085f581e2 Mon Sep 17 00:00:00 2001 From: Ivan <43139773+ivanmolenaar@users.noreply.github.com> Date: Fri, 29 May 2026 10:53:29 +0200 Subject: [PATCH] Remove special character from name --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7c6ef50..326d6f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "id": "csharp-snippet-runner", - "name": "C# Snippet Runner", + "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.",