Skip to content

Wrong dependency information on GitPage #23

Description

@Indribell

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions