From 8533d88da5a5ebbd7538094dedbc1ed52fc29374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 11 Nov 2020 10:37:42 +0100 Subject: [PATCH] dotnet-script: Update to version 1.0.1 --- bucket/dotnet-script.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dotnet-script.json b/bucket/dotnet-script.json index fce34a807d..32d1d239c3 100644 --- a/bucket/dotnet-script.json +++ b/bucket/dotnet-script.json @@ -1,13 +1,13 @@ { - "version": "1.0.0", + "version": "1.0.1", "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", + "url": "https://github.com/filipw/dotnet-script/releases/download/1.0.1/dotnet-script.1.0.1.zip", + "hash": "d33875e44905fca54550eeee7a7b729b797f78a057011885489566b626fc52da", "extract_dir": "dotnet-script", "bin": "dotnet-script.cmd", "checkver": "github",