mirror of
https://github.com/ohm-engineering/obsidian-csharp-interactive.git
synced 2026-07-22 07:24:31 +00:00
Remove special character from name
This commit is contained in:
parent
0619d628e4
commit
a70ac9cc79
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue