Jump to content

Exact version check for dependency ("1.01" should be valid)


Go to solution Solved by Pickysaurus,

Recommended Posts

Posted

Mod makers don't follow correct versioning syntax and that causes a lot of problems (for me personally) which could be easily solved with an exact match syntax.

Could use quotation marks for example to check for an exact version instead of a range, as right now I cannot create a dependency for a mod with version "1.02".

All of these could be valid by using quotation marks:
"1.01"
"v1.000"
"ver. 2025-01-01"
etc.
 

Screenshot 2025-06-24 053933.png

  • Community Manager
  • Solution
Posted

Vortex is designed to only support proper semantic versioning (i.e. 1.0.0) - anything else will be considered invalid. If you want to use that version, I'd suggest writing it as 1.01.0.

It uses SemVer to resolve the version data, so it's best to stick to the convention. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...