From 0619d628e4dbae630b41203863597f5569a223c2 Mon Sep 17 00:00:00 2001 From: Ivan <43139773+ivanmolenaar@users.noreply.github.com> Date: Fri, 29 May 2026 10:51:56 +0200 Subject: [PATCH] Remove `obsidian` from plugin ID --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a6b15f0..7c6ef50 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "id": "obsidian-csharp-snippet-runner", + "id": "csharp-snippet-runner", "name": "C# Snippet Runner", "version": "1.0.0", "minAppVersion": "1.12.7", diff --git a/package.json b/package.json index 9d3db0a..1e3cfbd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "obsidian-csharp-snippet-runner", + "name": "csharp-snippet-runner", "version": "1.0.0", "description": "Obsidian plugin to run C# code blocks with CSharpRepl", "main": "main.js",