Closed gsabran closed 2 years ago
Swift Package manager identifies available version by filtering published tags. The format they use doesn't work with the "v" prefix. For instance the latest version seen is 3.0.0.rc.1 while v3.2.0 is published.
3.0.0.rc.1
v3.2.0
Swift Package manager identifies available version by filtering published tags. The format they use doesn't work with the "v" prefix. For instance the latest version seen is
3.0.0.rc.1
whilev3.2.0
is published.