mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
* Added manifest * Removed architecture * Added description * Updated version * Fixed autoupdate + removed $schema property
17 lines
752 B
JSON
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"
|
|
}
|
|
}
|