Devvie05 Posted June 24 Posted June 24 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.
Community Manager Solution Pickysaurus Posted June 24 Community Manager Solution Posted June 24 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now