The swift package manager requires that packages use semantic versioning to automatically pull files. It would be nice if Git2Swift followed this scheme for it's releases:
MAJOR.MINOR.PATCH
MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards-compatible manner, and
PATCH version when you make backwards-compatible bug fixes.
The current scheme of 0.X, is missing the PATCH which the package manager does not like
The swift package manager requires that packages use semantic versioning to automatically pull files. It would be nice if Git2Swift followed this scheme for it's releases:
MAJOR.MINOR.PATCH
MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes.
The current scheme of 0.X, is missing the PATCH which the package manager does not like