Perfect-PostgreSQL icon indicating copy to clipboard operation
Perfect-PostgreSQL copied to clipboard

Wrong dependency information on GitPage

Open Indribell opened this issue 6 years ago • 0 comments

Add this project as a dependency in your Package.swift file. .Package(url: "https://github.com/PerfectlySoft/Perfect-PostgreSQL.git", majorVersion: 3)

  • Package is incorrect as Swift now uses lowerscore Package.
  • majorVersion is incorrect as its now "from"
  • 3 is incorrect as its now "3.0.0"

So the correct syntax needs to be:

.package(url: "https://github.com/PerfectlySoft/Perfect-PostgreSQL.git", from: "3.0.0"),

Indribell avatar Oct 05 '19 23:10 Indribell