Skip to content

Commit b08ad54

Browse files
committed
Rename Package to "RediStack"
Motivation: SwiftPM as of Swift 5.2 introduces a new package dependency graph and package description that makes the current naming of RediStack awkward to pull in. Modifications: - Change: Package.name to be "RediStack" The git repo will be renamed to "mordil/redistack" in addition to this change. Result: Fixes #72 and makes it seamless to pull in RediStack as a Swift package dependency.
1 parent 973a916 commit b08ad54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import PackageDescription
1717

1818
let package = Package(
19-
name: "redi-stack",
19+
name: "RediStack",
2020
products: [
2121
.library(name: "RediStack", targets: ["RediStack"]),
2222
.library(name: "RediStackTestUtils", targets: ["RediStackTestUtils"])

0 commit comments

Comments
 (0)