dotnet-core-uninstall: Add version 1.7.618124 (#6096)

* Added manifest

* Removed architecture

* Added description

* Updated version

* Fixed autoupdate + removed $schema property
This commit is contained in:
Olav Rønnestad Birkeland 2025-08-13 02:56:40 +02:00 committed by GitHub
parent ad6977e67f
commit 22060f4c3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}