From f98e8e837cbe30e00c1f213809e9911b6cafbd71 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 14 Nov 2021 16:00:38 +0000 Subject: [PATCH] dotnet-script: Update to version 1.3.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 0056d4da6e..f8ea3f3aad 100644 --- a/bucket/dotnet-script.json +++ b/bucket/dotnet-script.json @@ -1,13 +1,13 @@ { - "version": "1.2.1", + "version": "1.3.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.2.1/dotnet-script.1.2.1.zip", - "hash": "a57e598f225cd545e5c4c331ab78960881682d54831b239d040ef451830e2415", + "url": "https://github.com/filipw/dotnet-script/releases/download/1.3.0/dotnet-script.1.3.0.zip", + "hash": "c3cab63df2096dc937744ebe8f0852f433de83e8f2fc916bbe0683d2b19fd9ae", "extract_dir": "dotnet-script", "bin": "dotnet-script.cmd", "checkver": "github",