From 22060f4c3b0d0a4d2e9b6fcaf146ba6be3957a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Wed, 13 Aug 2025 02:56:40 +0200 Subject: [PATCH] dotnet-core-uninstall: Add version 1.7.618124 (#6096) * Added manifest * Removed architecture * Added description * Updated version * Fixed autoupdate + removed $schema property --- bucket/dotnet-core-uninstall.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bucket/dotnet-core-uninstall.json diff --git a/bucket/dotnet-core-uninstall.json b/bucket/dotnet-core-uninstall.json new file mode 100644 index 0000000000..1059deb5c0 --- /dev/null +++ b/bucket/dotnet-core-uninstall.json @@ -0,0 +1,16 @@ +{ + "version": "1.7.618124", + "description": "The .NET uninstall tool (dotnet-core-uninstall) lets you remove .NET SDKs and runtimes from a system.", + "homepage": "https://learn.microsoft.com/en-us/dotnet/core/additional-tools/uninstall-tool", + "license": "MIT", + "url": "https://github.com/dotnet/cli-lab/releases/download/1.7.618124/dotnet-core-uninstall.msi", + "hash": "7cd2259f852a730ccaf75bf9f44061b0ccc5eaa6c794cc6559c071fbbc091d05", + "extract_dir": "dotnet-core-uninstall", + "bin": "dotnet-core-uninstall.exe", + "checkver": { + "github": "https://github.com/dotnet/cli-lab" + }, + "autoupdate": { + "url": "https://github.com/dotnet/cli-lab/releases/download/$version/dotnet-core-uninstall.msi" + } +}