Skip to content

Commit 09760c3

Browse files
committed
Add support for KSP-AVC.
This file lets players use either the KSP-AVC utility by @tyrope or the KSP-AVC plugin by @CYBUTEK to check for new releases of RemoteTech. This file will have to be updated with the version number of the latest release (WARNING: do not change the version number on `master` until the release is ready). Closes Cilph/RemoteTech2#237. See also #33 and Cilph/RemoteTech2/#217.
1 parent bf834bd commit 09760c3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"NAME": "RemoteTech",
3+
"URL": "https://raw.githubusercontent.com/RemoteTechnologiesGroup/RemoteTech/master/GameData/RemoteTech2/RemoteTech.version",
4+
"DOWNLOAD": "",
5+
"_comment": "Use old-style format to keep compatibility with KSP-AVC Utility 0.3.",
6+
"VERSION": {
7+
"MAJOR": 1,
8+
"MINOR": 3,
9+
"PATCH": 3
10+
},
11+
"KSP_VERSION": {
12+
"MAJOR": 0,
13+
"MINOR": 23,
14+
"PATCH": 5
15+
}
16+
}

0 commit comments

Comments
 (0)