File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
import PackageDescription
2
2
3
- let beta = Version ( 2 , 0 , 0 , prereleaseIdentifiers: [ " beta " ] )
4
-
5
3
let package = Package (
6
4
name: " MySQL " ,
7
5
dependencies: [
8
6
// Module map for `libmysql`
9
- . Package( url: " https://github.com/vapor/cmysql.git " , beta ) ,
7
+ . Package( url: " https://github.com/vapor/cmysql.git " , majorVersion : 2 ) ,
10
8
11
9
// Data structure for converting between multiple representations
12
- . Package( url: " https://github.com/vapor/node.git " , beta ) ,
10
+ . Package( url: " https://github.com/vapor/node.git " , majorVersion : 2 ) ,
13
11
14
12
// Core extensions, type-aliases, and functions that facilitate common tasks
15
- . Package( url: " https://github.com/vapor/core.git " , beta ) ,
13
+ . Package( url: " https://github.com/vapor/core.git " , majorVersion : 2 ) ,
16
14
17
15
// JSON parsing and serialization for storing arrays and objects in MySQL
18
- . Package( url: " https://github.com/vapor/json.git " , beta )
16
+ . Package( url: " https://github.com/vapor/json.git " , majorVersion : 2 ) ,
19
17
]
20
18
)
Original file line number Diff line number Diff line change 2
2
<img src="https://cloud.githubusercontent.com/assets/1342803/24704008/10d9e7de-1a06-11e7-855b-af4a079ba6b5.png" width="320" alt="MySQL">
3
3
<br>
4
4
<br>
5
- <a href="http ://beta. docs.vapor.codes/mysql/package/">
5
+ <a href="https ://docs.vapor.codes/2.0 /mysql/package/">
6
6
<img src="http://img.shields.io/badge/read_the-docs-92A8D1.svg" alt="Documentation">
7
7
</a>
8
8
<a href="http://vapor.team">
17
17
<a href="https://swift.org">
18
18
<img src="http://img.shields.io/badge/swift-3.1-brightgreen.svg" alt="Swift 3.1">
19
19
</a>
20
- </center >
20
+ </p >
You can’t perform that action at this time.
0 commit comments