diff --git a/BonVoyage/BonVoyage.csproj b/BonVoyage/BonVoyage.csproj index 369d76b..45c91df 100644 --- a/BonVoyage/BonVoyage.csproj +++ b/BonVoyage/BonVoyage.csproj @@ -7,7 +7,8 @@ Library BonVoyage BonVoyage - v3.5 + v4.5 + true @@ -18,6 +19,7 @@ prompt 4 false + false true @@ -32,20 +34,39 @@ + false False - ..\..\..\..\Kerbal Space Program 1.7.3\KSP_x64_Data\Managed\Assembly-CSharp.dll + ..\..\..\..\Kerbal Space Program 1.8\KSP_x64_Data\Managed\Assembly-CSharp.dll False - ..\..\..\..\Kerbal Space Program 1.7.3\KSP_x64_Data\Managed\UnityEngine.dll + ..\..\..\..\Kerbal Space Program 1.8\KSP_x64_Data\Managed\UnityEngine.dll + + + ..\..\..\..\Kerbal Space Program 1.8\KSP_x64_Data\Managed\UnityEngine.AnimationModule.dll + + + ..\..\..\..\Kerbal Space Program 1.8\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll + + + ..\..\..\..\Kerbal Space Program 1.8\KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll + + + ..\..\..\..\Kerbal Space Program 1.8\KSP_x64_Data\Managed\UnityEngine.InputLegacyModule.dll + + + ..\..\..\..\Kerbal Space Program 1.8\KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll + + + ..\..\..\..\Kerbal Space Program 1.8\KSP_x64_Data\Managed\UnityEngine.TextRenderingModule.dll False - ..\..\..\..\Kerbal Space Program 1.7.3\KSP_x64_Data\Managed\UnityEngine.UI.dll + ..\..\..\..\Kerbal Space Program 1.8\KSP_x64_Data\Managed\UnityEngine.UI.dll diff --git a/BonVoyage/Properties/AssemblyInfo.cs b/BonVoyage/Properties/AssemblyInfo.cs index 1be1cb6..f1d483a 100644 --- a/BonVoyage/Properties/AssemblyInfo.cs +++ b/BonVoyage/Properties/AssemblyInfo.cs @@ -16,7 +16,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("0.5.4.0")] +[assembly: AssemblyVersion("1.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/GameData/BonVoyage/Plugins/BonVoyage.dll b/GameData/BonVoyage/Plugins/BonVoyage.dll index a14e6bd..45cd8ca 100644 Binary files a/GameData/BonVoyage/Plugins/BonVoyage.dll and b/GameData/BonVoyage/Plugins/BonVoyage.dll differ diff --git a/GameData/BonVoyage/Versioning/BonVoyage.version b/GameData/BonVoyage/Versioning/BonVoyage.version index 9cf14c7..fb8007d 100644 --- a/GameData/BonVoyage/Versioning/BonVoyage.version +++ b/GameData/BonVoyage/Versioning/BonVoyage.version @@ -9,27 +9,27 @@ }, "VERSION" : { - "MAJOR" : 0, - "MINOR" : 5, - "PATCH" : 4, + "MAJOR" : 1, + "MINOR" : 0, + "PATCH" : 0, "BUILD" : 0 }, "KSP_VERSION" : { "MAJOR" : 1, - "MINOR" : 7, - "PATCH" : 3 + "MINOR" : 8, + "PATCH" : 0 }, "KSP_VERSION_MIN" : { "MAJOR" : 1, - "MINOR" : 7, - "PATCH" : 3 + "MINOR" : 8, + "PATCH" : 0 }, "KSP_VERSION_MAX" : { "MAJOR" : 1, - "MINOR" : 7, - "PATCH" : 3 + "MINOR" : 8, + "PATCH" : 0 } } diff --git a/README.md b/README.md index a8d45fb..b9c8928 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Automagic Industries brings you a new autopilot, which reduces driving accidents by 100%. # Changelog +## 1.0.0 +### Changes +- KSP 1.8 compatibility + + ## 0.5.4 ### Changes - Path is computed immediately after selecting a target (point on map, current target or waypoint)