-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MaximumOSVersion and/or SupportedOSVersions to manifest #2209
Comments
I don't know about you but this package installs and runs just fine on my Windows 11 installation. microsoft/winget-pkgs#62490 |
In the ShortDescription field of the manifest in that PR it says: ShortDescription: Spacedesk Driver Software for Windows PRIMARY PC (server) runs only with Windows 10, windows 8.1 and windows 7. I didn't validate whether or not it actually ran or not. Either way, the fact still remains that the manifest currently has no concept of MaximumOSVersion |
Oh I see that might be description, before Windows 11 was released because even on official website it says that it runs on Windows 10/11 this package in particular does not run on older version than Windows 10. I'll make another PR and fix it. |
That's true. Especially windows terminal is annoying on Windows 10 when it show that newer version is available but that version is for Windows 11. |
OK I fixed this in PR microsoft/winget-pkgs#62502 |
Description of the new feature / enhancement
The manifest currently allows for a MinimumOSVersion to distinguish apps which cannot be installed on older versions of the OS. However, there are also some packages (see microsoft/winget-pkgs#62490) which cannot be installed on newer versions of the OS such as Windows 11. This compatibility issue should be able to be placed in the manifest
Proposed technical implementation details
The text was updated successfully, but these errors were encountered: