Closed Vince0789 closed 2 years ago
I can't really remember how this works but I think the :
character isn't necessary, so you do user/repo^version
or something.
In that case the documentation is incorrect. I tried it without the colon. It doesn't error out, but it doesn't have have any effect either; it's giving me the generic
Downloading newest plugin because no version is specified
message and it doesn't download the version specified by the constraint.
Ah okay, never mind then.
It could be an issue with https://github.com/Masterminds/semver then.
Oh wait, I know why, I vaguely remember some odd edge-case that meant semver versioning constraints could not work with plugins.
The caret operator does not seem to work with plugin resources.
Additionally, any of the greater than/lower than constraints also do not work:
Might be related to #204 but I'm not sure.