Open vincentparrett opened 5 years ago
Packages will use Semantic Versioning
i.e : MAJOR.MINOR.PATCH (-Prerelease-Label).
With Binary compatibility being a major issue wth delphi dcu's, this will be very much tied in with the dependency resolution algorithm.
is the "-Prerelease-Label" the same as -SNAPSHOT suffix? I.e. appended to not released yet version to not increase version for each build?
Not sure what you mean, where does the -SNAPSHOT suffix come from?
Packages will use Semantic Versioning
i.e : MAJOR.MINOR.PATCH (-Prerelease-Label).
With Binary compatibility being a major issue wth delphi dcu's, this will be very much tied in with the dependency resolution algorithm.