dotnet-script: Update to version 1.0.0

This commit is contained in:
Jakub Čábera 2020-11-10 17:27:41 +01:00
parent 55470ba466
commit 741a206fb6

View File

@ -1,13 +1,13 @@
{ {
"homepage": "https://github.com/filipw/dotnet-script", "version": "1.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",
"license": "MIT", "license": "MIT",
"version": "0.53.0",
"suggest": { "suggest": {
"dotnet core SDK": "dotnet-sdk" "dotnet core SDK": "dotnet-sdk"
}, },
"url": "https://github.com/filipw/dotnet-script/releases/download/0.53.0/dotnet-script.0.53.0.zip", "url": "https://github.com/filipw/dotnet-script/releases/download/1.0.0/dotnet-script.1.0.0.zip",
"hash": "cbf0d91db431772ea841253e6078323c59c73a7eb3757fafc1ff86f6ea389e75", "hash": "38c2372f1106621d3822bbc57eb224c1763c883244e38928e48688d028d1d4bd",
"extract_dir": "dotnet-script", "extract_dir": "dotnet-script",
"bin": "dotnet-script.cmd", "bin": "dotnet-script.cmd",
"checkver": "github", "checkver": "github",