Skip to content

Commit

Permalink
add cs-script,NetPad,RosylnPad
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow-XT committed Nov 29, 2024
1 parent cd9c39b commit 443ba74
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bucket/NetPad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "0.8.0",
"description": "跨平台 C# 编辑器和playground",
"homepage": "https://github.com/tareqimbasher/NetPad",
"license": "MIT",
"url": "https://github.com/tareqimbasher/NetPad/releases/download/v0.8.0/netpad-0.8.0-win-x64.zip",
"hash": "f9147f251a5a9ecf10fa65dc2ea91d6a77775ee98e24961b78aa80d9e0daa5b4",
"bin": "NetPad.exe",
"shortcuts": [
[
"NetPad.exe",
"NetPad"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/tareqimbasher/NetPad/releases/download/v$version/netpad-$version-win-x64.zip"
}
}
19 changes: 19 additions & 0 deletions bucket/RosylnPad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "20",
"description": "基于 Roslyn 和 AvalonEdit 的跨平台 C# 编辑器",
"homepage": "https://github.com/roslynpad/roslynpad",
"license": "MIT",
"url": "https://github.com/roslynpad/roslynpad/releases/download/20/RoslynPad-windows-x64.zip",
"hash": "5becdc423bccfacf18e620f734c86b656477031d4c2b77cb6742db289b2d74b6",
"bin": "RoslynPad.exe",
"shortcuts": [
[
"RoslynPad.exe",
"RoslynPad"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/roslynpad/roslynpad/releases/download/$version/RoslynPad-windows-x64.zip"
}
}
17 changes: 17 additions & 0 deletions bucket/cs-script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "4.8.21.0",
"description": "A CLR-based scripting system that uses ECMA-compliant C# as a programming language.",
"homepage": "https://github.com/oleg-shilo/cs-script",
"license": "MIT",
"url": "https://github.com/oleg-shilo/cs-script/releases/download/v4.8.21.0/cs-script.win.v4.8.21.0.zip",
"hash": "f9187254f12e2eca09e7d7b41c11307862d631640107a2d55d56569653dd9f10",
"bin": [
"css.exe",
"cscs.exe",
"csws.exe"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/oleg-shilo/cs-script/releases/download/v$version/cs-script.win.v$version.zip"
}
}

0 comments on commit 443ba74

Please sign in to comment.