From 3a18565186561554efed966fcd01995ac2af2f47 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 25 Aug 2021 21:00:36 +0000 Subject: [PATCH] dotnet-script: Update to version 1.2.0 --- 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 8934ef3b04..f55ef3edd8 100644 --- a/bucket/dotnet-script.json +++ b/bucket/dotnet-script.json @@ -1,13 +1,13 @@ { - "version": "1.1.0", + "version": "1.2.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.1.0/dotnet-script.1.1.0.zip", - "hash": "ee7c5f82d311728d5c14f29ed5d3fae66625f585bdb262b00cebdeb3b450ac51", + "url": "https://github.com/filipw/dotnet-script/releases/download/1.2.0/dotnet-script.1.2.0.zip", + "hash": "701229c579a8db73d66751035af654769aadf9a9920672648be2d836697a6817", "extract_dir": "dotnet-script", "bin": "dotnet-script.cmd", "checkver": "github",