ScoopInstaller_Main/bucket/dotnet-core-uninstall.json
Olav Rønnestad Birkeland 22060f4c3b
dotnet-core-uninstall: Add version 1.7.618124 (#6096)
* Added manifest

* Removed architecture

* Added description

* Updated version

* Fixed autoupdate + removed $schema property
2025-08-13 10:56:40 +10:00

17 lines
752 B
JSON

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