ScoopInstaller_Main/bucket/dotnet-script.json
2025-11-14 12:31:58 +00:00

18 lines
642 B
JSON

{
"version": "2.0.0",
"description": "Run C# scripts from the .NET CLI.",
"homepage": "https://github.com/filipw/dotnet-script",
"license": "MIT",
"suggest": {
"dotnet core SDK": "dotnet-sdk"
},
"url": "https://github.com/filipw/dotnet-script/releases/download/2.0.0/dotnet-script.2.0.0.zip",
"hash": "ad2ee311952c407906e3436589e1e5f6d666941959feeeab24913c551d404066",
"extract_dir": "dotnet-script",
"bin": "dotnet-script.cmd",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/filipw/dotnet-script/releases/download/$version/dotnet-script.$version.zip"
}
}