Closed rafcsoares closed 4 years ago
Hi @rafcsoares Thank you for your PR!
@rafcsoares
Sorry to bother you but please re-create a pull request to merge into develop branch. (upm branch is only for publishing package)
P.S. I noticed that there is no contributing guideline in this repository. X(
Done @mob-sakai
:+1:
Support to Non-SemVer Repositories.
LOGIC BEHIND As we cannot compare version of Non-Semver Repo it will only be downloaded if no other versions of this repo was found
CASE1: Dependence 1: repo.git#upm
Dependence 2: repo.git#1.0.0 <- this will be downloaded instead upm.
CASE 2: Dependence: repo.git#upm <- No other repository versions was found, download this repo
CASE 3: Dependence: repo.git#upm
Previous downloaded repo: repo.git#1.0.5 <- Keep this as we don't know the version of upm before download it