WinGet still ships v5.0 with GPL-3.0 metadata while the project is...
Turn any codebase into clean AI-ready context: GUI, TUI, CLI, MCP
Brought to you by:
avazbek22
Originally created by: Platonenkov
Not a bug in the code — a distribution-metadata lag that currently gives installers a confusing picture.
--hide-secrets, devprojex mcp, …).winget install OlimoffDev.DevProjex delivers 5.0.0.0, and winget show says License: GPL-3.0-only with a license URL pinned to blob/v5.0/LICENSE.error[DPX-CLI-UNKNOWN-OPTION]: --hide-secrets), and the user holds a GPL build of a project whose homepage says Apache — both true at once, but nothing explains why.The relicense itself is fine and clearly documented in the v5.1 release notes ("Changed the project license from GPL-3.0 to the Apache License 2.0").
License/LicenseUrl fields need the Apache-2.0 values (easy to carry the old ones forward by habit).For what it's worth: v5.1's SHA256SUMS.txt matched the downloaded DevProjex.v5.1.win-x64.exe exactly — the release-integrity side of the pipeline works nicely.
Originally posted by: Avazbek22
Thanks for reporting this. The WinGet update for v5.1 has already been submitted:
It updates the package to 5.1.0.0 and changes the license metadata and URL to Apache-2.0. Manifest validation has passed; the PR is awaiting review and merge.