From d0d342c29b5095bffc201dccfe0ea7ed27775341 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Sat, 17 Aug 2024 12:20:14 +0000 Subject: [PATCH] Update dotnet to v0.5.8 --- dotnet-install.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dotnet-install.json b/dotnet-install.json index 3438bbd..cb5370a 100644 --- a/dotnet-install.json +++ b/dotnet-install.json @@ -1,5 +1,34 @@ { "versions": [ + { + "version": "0.5.8", + "gaugeVersionSupport": { + "minimum": "1.0.7", + "maximum": "" + }, + "install": { + "windows": [], + "darwin": [], + "linux": [] + }, + "DownloadUrls": { + "x86": { + "windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.8/gauge-dotnet-0.5.8.zip", + "darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.8/gauge-dotnet-0.5.8.zip", + "linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.8/gauge-dotnet-0.5.8.zip" + }, + "x64": { + "windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.8/gauge-dotnet-0.5.8.zip", + "darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.8/gauge-dotnet-0.5.8.zip", + "linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.8/gauge-dotnet-0.5.8.zip" + }, + "arm64": { + "windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.8/gauge-dotnet-0.5.8.zip", + "darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.8/gauge-dotnet-0.5.8.zip", + "linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.8/gauge-dotnet-0.5.8.zip" + } + } + }, { "version": "0.5.7", "gaugeVersionSupport": {