DelphiPackageManager / PackageManagerRFC

Delphi Package Manager RFC
Apache License 2.0
30 stars 0 forks source link

Package Versioning #5

Open vincentparrett opened 5 years ago

vincentparrett commented 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.

casteng commented 5 years ago

is the "-Prerelease-Label" the same as -SNAPSHOT suffix? I.e. appended to not released yet version to not increase version for each build?

vincentparrett commented 5 years ago

Not sure what you mean, where does the -SNAPSHOT suffix come from?