QuestPackageManager / QPM.CLI

QPM command line tool
GNU General Public License v3.0
7 stars 3 forks source link

Feature: Update version of existing dependency #46

Closed kodenamekrak closed 1 month ago

kodenamekrak commented 1 month ago

Currently updating a dependency version requires either editing qpm.json manually, or removing and re-adding the dependency. It would be nice to have a command such as qpm dependency update ... with an optional version specifier, or changing qpm dependency add to modify the existing dependency rather than adding a new one and causing duplicate dependencies with the same ID.

Fernthedev commented 1 month ago

This is already the case

https://github.com/QuestPackageManager/QPM.CLI/commit/9b851395c197d6afec901c94575edcf38d5c97be

Fernthedev commented 1 month ago

Verified with #47