Skip to content

Commit

Permalink
Release 6.0.2.2 (LisiasT) for KSP >= 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Mar 6, 2021
1 parent ca86666 commit c332b73
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ShipManifest :: Changes

* 2021-0221: 6.0.2.1 (LisiasT) for KSP >= 1.7.1
* 2021-0306: 6.0.2.2 (LisiasT) for KSP >= 1.7.1
+ Backporting the thing to every KSP since 1.7.1
- Thanks to KSPe!
- Support downto KSP 1.3.1 is working in progress
Expand Down
4 changes: 3 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# ShipManifest :: Change Log

* 2021-0221: 6.0.2.1 (LisiasT) for KSP >= 1.7.1
* 2021-0306: 6.0.2.2 (LisiasT) for KSP >= 1.7.1
+ Backporting the thing to every KSP since 1.7.1
- Thanks to KSPe!
- Support downto KSP 1.3.1 is working in progress
+ Install Checks
+ Moved the thing to `<KSP_ROOT>/GameData/net.lisias.ksp` to prevent conflicts with the upstream.
+ User data files are saved on `<KSP_ROOT>/PluginData/net.lisias.ksp/`
* 2021-0221: 6.0.2.1 (LisiasT) for KSP >= 1.7.1
+ ***DITCHED***
* 2020-1230: 6.0.2.0 (Micha) for KSP 1.11.0
+ New: recompiled for KSP 1.11
+ New: added chinese translation (thanks to Grassland-CN)
Expand Down
2 changes: 1 addition & 1 deletion ShipManifest.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR":6,
"MINOR":0,
"PATCH":2,
"BUILD":1
"BUILD":2
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
3 changes: 3 additions & 0 deletions Source/ShipManifest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@
[assembly: AssemblyVersion(ShipManifest.Version.Number)]
[assembly: AssemblyFileVersion(ShipManifest.Version.Number)]
[assembly: KSPAssembly("ShipManifest", ShipManifest.Version.major, ShipManifest.Version.minor)]

[assembly: KSPAssemblyDependency("KSPe", 2, 2)]
[assembly: KSPAssemblyDependency("KSPe.UI", 2, 2)]

0 comments on commit c332b73

Please sign in to comment.