From 9ff0737624ebd164b4a5873437a2936635ddc20c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 12:31:58 +0000 Subject: [PATCH] dotnet-script: Update to version 2.0.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 6d875c9197..480f4b72d5 100644 --- a/bucket/dotnet-script.json +++ b/bucket/dotnet-script.json @@ -1,13 +1,13 @@ { - "version": "1.6.0", + "version": "2.0.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.6.0/dotnet-script.1.6.0.zip", - "hash": "da28faa7f3e06cb8c49eb1f7264cbdfb96972da9649f49c1c03ee347242735ae", + "url": "https://github.com/filipw/dotnet-script/releases/download/2.0.0/dotnet-script.2.0.0.zip", + "hash": "ad2ee311952c407906e3436589e1e5f6d666941959feeeab24913c551d404066", "extract_dir": "dotnet-script", "bin": "dotnet-script.cmd", "checkver": "github",