From ca5eccbb35123b686f6aba4567fc7119f7609410 Mon Sep 17 00:00:00 2001 From: Piotr Nestorow Date: Tue, 20 Feb 2024 13:09:18 +0000 Subject: [PATCH] Update dotnet to v0.5.5 --- dotnet-install.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/dotnet-install.json b/dotnet-install.json index a4048e9..4058f17 100644 --- a/dotnet-install.json +++ b/dotnet-install.json @@ -1,5 +1,34 @@ { "versions": [ + { + "version": "0.5.5", + "gaugeVersionSupport": { + "minimum": "1.0.7", + "maximum": "" + }, + "install": { + "windows": [], + "darwin": [], + "linux": [] + }, + "DownloadUrls": { + "x86": { + "windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip", + "darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip", + "linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip" + }, + "x64": { + "windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip", + "darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip", + "linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip" + }, + "arm64": { + "windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip", + "darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip", + "linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip" + } + } + }, { "version": "0.5.3", "gaugeVersionSupport": { @@ -580,4 +609,4 @@ ], "description": ".NET language runner for gauge", "name": "dotnet" -} +} \ No newline at end of file