dotnet-script: Update to version 2.0.0

This commit is contained in:
github-actions[bot] 2025-11-14 12:31:58 +00:00
parent 0b5681b9c4
commit 9ff0737624

View File

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