1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00

Mark old ProjectManager versions as only compatible up to 1.7 (#1524)

This commit is contained in:
HebaruSan
2019-11-04 10:05:19 -06:00
committed by GitHub
parent 652bea9a41
commit 1fc92c2c29
8 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"repository": "https://github.com/Tantares/ProjectManager"
},
"version": "v1.0",
"ksp_version_max": "1.3",
"install": [
{
"install_to": "GameData",

View File

@ -9,6 +9,7 @@
"repository": "https://github.com/Tantares/ProjectManager"
},
"version": "v1.1",
"ksp_version_max": "1.3",
"install": [
{
"install_to": "GameData",

View File

@ -9,6 +9,7 @@
"repository": "https://github.com/Tantares/ProjectManager"
},
"version": "v1.2",
"ksp_version_max": "1.3",
"install": [
{
"install_to": "GameData",

View File

@ -9,6 +9,7 @@
"repository": "https://github.com/Tantares/ProjectManager"
},
"version": "v1.3",
"ksp_version_max": "1.3",
"install": [
{
"install_to": "GameData",

View File

@ -9,6 +9,8 @@
"repository": "https://github.com/Tantares/ProjectManager"
},
"version": "v1.4",
"ksp_version_min": "1.4",
"ksp_version_max": "1.7",
"install": [
{
"install_to": "GameData",

View File

@ -9,6 +9,8 @@
"repository": "https://github.com/Tantares/ProjectManager"
},
"version": "v2.0",
"ksp_version_min": "1.4",
"ksp_version_max": "1.7",
"install": [
{
"install_to": "GameData",

View File

@ -9,6 +9,8 @@
"repository": "https://github.com/Tantares/ProjectManager"
},
"version": "v2.1",
"ksp_version_min": "1.4",
"ksp_version_max": "1.7",
"install": [
{
"install_to": "GameData",

View File

@ -9,6 +9,8 @@
"repository": "https://github.com/Tantares/ProjectManager"
},
"version": "v2.2",
"ksp_version_min": "1.4",
"ksp_version_max": "1.7",
"install": [
{
"install_to": "GameData",