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:
@ -9,6 +9,7 @@
|
||||
"repository": "https://github.com/Tantares/ProjectManager"
|
||||
},
|
||||
"version": "v1.0",
|
||||
"ksp_version_max": "1.3",
|
||||
"install": [
|
||||
{
|
||||
"install_to": "GameData",
|
||||
|
@ -9,6 +9,7 @@
|
||||
"repository": "https://github.com/Tantares/ProjectManager"
|
||||
},
|
||||
"version": "v1.1",
|
||||
"ksp_version_max": "1.3",
|
||||
"install": [
|
||||
{
|
||||
"install_to": "GameData",
|
||||
|
@ -9,6 +9,7 @@
|
||||
"repository": "https://github.com/Tantares/ProjectManager"
|
||||
},
|
||||
"version": "v1.2",
|
||||
"ksp_version_max": "1.3",
|
||||
"install": [
|
||||
{
|
||||
"install_to": "GameData",
|
||||
|
@ -9,6 +9,7 @@
|
||||
"repository": "https://github.com/Tantares/ProjectManager"
|
||||
},
|
||||
"version": "v1.3",
|
||||
"ksp_version_max": "1.3",
|
||||
"install": [
|
||||
{
|
||||
"install_to": "GameData",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user