forked from KSP-ModularManagement/ModuleManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModuleManager.version
More file actions
32 lines (32 loc) · 784 Bytes
/
Copy pathModuleManager.version
File metadata and controls
32 lines (32 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"NAME": "Module Manager Unofficial",
"URL": "https://raw.githubusercontent.com/net-lisias-kspu/ModuleManager/master/ModuleManager.version",
"DOWNLOAD": "https://github.com/net-lisias-kspu/ModuleManager/releases".
"CHANGE_LOG": "https://raw.githubusercontent.com/net-lisias-kspu/ModuleManager/master/CHANGE_LOG.md",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/net-lisias-kspu/ModuleManager/master/CHANGES.md",
"GITHUB": {
"USERNAME": "net-lisias-kspu",
"REPOSITORY": "ModuleManager"
"ALLOW_PRE_RELEASE":false
},
"VERSION":{
"MAJOR":3,
"MINOR":0,
"PATCH":7,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"PATCH":99
}
}