mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
18 lines
642 B
JSON
18 lines
642 B
JSON
{
|
|
"version": "1.2.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/1.2.0/dotnet-script.1.2.0.zip",
|
|
"hash": "701229c579a8db73d66751035af654769aadf9a9920672648be2d836697a6817",
|
|
"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"
|
|
}
|
|
}
|