From b9c45d8057afed95583cd3e205649ddcc30d6d9c Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Valencia Date: Wed, 19 Feb 2020 23:33:51 +0100 Subject: [PATCH] Version 1.18 ready --- .../PhysicsRangeExtender/ChangeLog.txt | 4 ++++ .../PhysicsRangeExtender.version | 14 +++++++------- .../Plugins/PhysicsRangeExtender.dll | Bin 25088 -> 25088 bytes .../Properties/AssemblyInfo.cs | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt index 003ab22..dbe61cc 100644 --- a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt +++ b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt @@ -1,3 +1,7 @@ += v1.18.0 +- Recompiled for KSP 1.9.0 +- Fixed issue were the camera was broken after switching to a new landed vessel if the active vessel was in IVA. + = v1.17.0 - Recompiled for KSP 1.8.1 - Added extension method for other mods to enable/disable PRE if needed (Thanks to @DoctorDavinci) diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version index f142878..5ec3de3 100644 --- a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version +++ b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version @@ -1,26 +1,26 @@ { "NAME": "PhysicsRangeExtender", "URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version", - "DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.17.0", + "DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.18.0", "CHANGE_LOG_URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt", "VERSION": { "MAJOR": 1, - "MINOR": 17, + "MINOR": 18, "PATCH": 0 }, "KSP_VERSION": { "MAJOR": 1, - "MINOR": 8, - "PATCH": 1 + "MINOR": 9, + "PATCH": 0 }, "KSP_VERSION_MIN": { "MAJOR": 1, - "MINOR": 8, - "PATCH": 1 + "MINOR": 9, + "PATCH": 0 }, "KSP_VERSION_MAX": { "MAJOR": 1, - "MINOR": 8, + "MINOR": 9, "PATCH": 99 } } \ No newline at end of file diff --git a/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll b/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/Plugins/PhysicsRangeExtender.dll index 16af92dcadd3f549f12de669d1b2241f81d405f7..6f4c849e0c3f184116fc21b1b0493f1d49459da5 100644 GIT binary patch delta 121 zcmZoT!q{+xaY6_4>FvH7yN~NL3T+NH&{PuOt23W}$IijM?Md_A1Bx6Sn|p#1*g%RV zzmJd+e^Ud#Lw*#rk%j2y% T%^CC<3_y6IqS$7}g#U~HYFQ|0 diff --git a/PhysicsRangeExtender/Properties/AssemblyInfo.cs b/PhysicsRangeExtender/Properties/AssemblyInfo.cs index f09c036..62b262a 100644 --- a/PhysicsRangeExtender/Properties/AssemblyInfo.cs +++ b/PhysicsRangeExtender/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.17.0")] +[assembly: AssemblyVersion("1.18.0")]