From 0f555a0b5af9b0ed5be76f11dc9aa79847de0832 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:28:12 +0000 Subject: [PATCH] dotnet-script: Update to version 1.5.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 3587418b4e..57f875eeaa 100644 --- a/bucket/dotnet-script.json +++ b/bucket/dotnet-script.json @@ -1,13 +1,13 @@ { - "version": "1.4.0", + "version": "1.5.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.4.0/dotnet-script.1.4.0.zip", - "hash": "4db7174a30695b1d12bdce5413f32e3d3dcee7893a9e4bc3ad2c619a18646d8f", + "url": "https://github.com/filipw/dotnet-script/releases/download/1.5.0/dotnet-script.1.5.0.zip", + "hash": "0697d8ea0f312b5082f58b5e92f10e0423fe31c057eacc7840e23dac9827981d", "extract_dir": "dotnet-script", "bin": "dotnet-script.cmd", "checkver": "github",