Skip to content

Commit 06846c5

Browse files
vkuttypCopilot
andcommitted
Rename package to CosmoSQLClient
Aligns Package.swift name with the GitHub repo (CosmoSQLClient-Swift) and the .NET counterpart (CosmoSQLClient-Dotnet). Users adding via Swift Package Index use: .package(url: "https://github.com/vkuttyp/CosmoSQLClient-Swift", from: "...") .product(name: "CosmoMSSQL", package: "CosmoSQLClient") Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 50391b0 commit 06846c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let sqliteNioLinkerSettings: [LinkerSetting] = []
1616
#endif
1717

1818
let package = Package(
19-
name: "cosmo-sql-client",
19+
name: "CosmoSQLClient",
2020
platforms: [
2121
.macOS(.v13),
2222
.iOS(.v16),

0 commit comments

Comments
 (0)