creator-companion icon indicating copy to clipboard operation
creator-companion copied to clipboard

[BUG] VCC 2.2.1 thinks the -beta and non-beta tags on SDK versions are not the same.

Open BluWizard10 opened this issue 7 months ago • 8 comments

Describe the bug

The semver system completely ignores taking -beta and -alpha versioning in the SDK versions into account, causing a semver requirement to ignore the tag completely. This bug makes a glorious return for the worst.

To Reproduce

  1. Try upgrading Gesture Manager to v3.8.8 with SDK 3.5.0-beta.1 installed, since GM v3.8.8 looks for 3.5.x.
  2. You will see it wants to downgrade to SDK v3.4.2, essentially breaking the project.
  3. Try to profit.

Expected behavior

It should have accepted the -beta tag on v3.5.0-beta.1 instead of assuming it should exactly be v3.5.0.

Screenshots

No response

Related Product

VCC (VRChat Creator Companion)

Product Version

2.2.1

OS

Windows 10

Additional context

No response

BluWizard10 avatar Dec 08 '23 19:12 BluWizard10