You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.
Hi, I noticed the comment for CompareSimple method might be wrong. Please double check it.
Just the same of CompareVersion but return a int result, 0 if both version are equal, 1 if the right side is bigger and -1 if the right side is lower
In the given example, version.CompareSimple("1.2", "1.0.1") returns 1. I think that means "1.2" is bigger than 1.0.1. So the comment should replace "right side" with "left side".
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I noticed the comment for CompareSimple method might be wrong. Please double check it.
Just the same of CompareVersion but return a int result, 0 if both version are equal, 1 if the right side is bigger and -1 if the right side is lower
In the given example, version.CompareSimple("1.2", "1.0.1") returns 1. I think that means "1.2" is bigger than 1.0.1. So the comment should replace "right side" with "left side".
The text was updated successfully, but these errors were encountered: