Skip to content

Wrong dependency information on GitPage #23

@Indribell

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions