ScoopInstaller_Main/bucket/dotnet-script.json
2020-11-10 17:27:41 +01:00

18 lines
642 B
JSON

{
"version": "1.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/1.0.0/dotnet-script.1.0.0.zip",
"hash": "38c2372f1106621d3822bbc57eb224c1763c883244e38928e48688d028d1d4bd",
"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"
}
}