diff --git a/bucket/dotnet-script.json b/bucket/dotnet-script.json index 7616f0c502..fce34a807d 100644 --- a/bucket/dotnet-script.json +++ b/bucket/dotnet-script.json @@ -1,13 +1,13 @@ { - "homepage": "https://github.com/filipw/dotnet-script", + "version": "1.0.0", "description": "Run C# scripts from the .NET CLI.", + "homepage": "https://github.com/filipw/dotnet-script", "license": "MIT", - "version": "0.53.0", "suggest": { "dotnet core SDK": "dotnet-sdk" }, - "url": "https://github.com/filipw/dotnet-script/releases/download/0.53.0/dotnet-script.0.53.0.zip", - "hash": "cbf0d91db431772ea841253e6078323c59c73a7eb3757fafc1ff86f6ea389e75", + "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",