Skip to content

Commit cf0ca70

Browse files
committed
Use latest swift package syntax
1 parent de435bf commit cf0ca70

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

MyApp/_pages/ai-server/openai-chat-all-languages.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,7 @@ Include `ServiceStack` package in your projects `Package.swift`
300300

301301
```swift
302302
dependencies: [
303-
.package(url: "https://github.com/ServiceStack/ServiceStack.Swift.git",
304-
Version(6,0,0)..<Version(7,0,0)),
303+
.package(url: "https://github.com/ServiceStack/ServiceStack.Swift.git", from: "6.0.5")
305304
],
306305
```
307306

MyApp/_pages/releases/v8_05.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,7 @@ To call an Ollama endpoint from Swift:
706706

707707
```swift
708708
dependencies: [
709-
.package(url: "https://github.com/ServiceStack/ServiceStack.Swift.git",
710-
Version(6,0,0)..<Version(7,0,0)),
709+
.package(url: "https://github.com/ServiceStack/ServiceStack.Swift.git", from: "6.0.5")
711710
],
712711
```
713712

@@ -1042,8 +1041,7 @@ Include `ServiceStack` package in your projects `Package.swift`
10421041

10431042
```swift
10441043
dependencies: [
1045-
.package(url: "https://github.com/ServiceStack/ServiceStack.Swift.git",
1046-
Version(6,0,0)..<Version(7,0,0)),
1044+
.package(url: "https://github.com/ServiceStack/ServiceStack.Swift.git", from: "6.0.5")
10471045
],
10481046
```
10491047

MyApp/_pages/swift-add-servicestack-reference.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ pod "ServiceStack", '~> 6.0.5'
6060

6161
```swift
6262
dependencies: [
63-
.package(url: "https://github.com/ServiceStack/ServiceStack.Swift.git",
64-
Version(6,0,0)..<Version(7,0,0)),
63+
.package(url: "https://github.com/ServiceStack/ServiceStack.Swift.git", from: "6.0.5")
6564
],
6665
```
6766

0 commit comments

Comments
 (0)