Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong dependency information on GitPage #23

Open
Indribell opened this issue Oct 5, 2019 · 0 comments
Open

Wrong dependency information on GitPage #23

Indribell opened this issue Oct 5, 2019 · 0 comments

Comments

@Indribell
Copy link

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"),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant