diff --git a/AviationLights.version b/AviationLights.version index abfef16..196c6f2 100644 --- a/AviationLights.version +++ b/AviationLights.version @@ -1,5 +1,5 @@ { - "NAME" : "Aviation Lights /L Unofficial", + "NAME" : "Aviation Lights /L Unleashed", "URL" : "https://raw.githubusercontent.com/net-lisias-kspu/AviationLights/master/AviationLights.version", "DOWNLOAD" : "https://github.com/net-lisias-kspu/AviationLights/releases", "CHANGE_LOG" : "https://raw.githubusercontent.com/net-lisias-kspu/AviationLights/master/CHANGE_LOG.md", @@ -8,7 +8,7 @@ "MAJOR":4, "MINOR":1, "PATCH":1, - "BUILD":3 + "BUILD":4 }, "KSP_VERSION_MIN":{ "MAJOR":1, diff --git a/CHANGES.md b/CHANGES.md index 6a2b1d3..a2603a1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Aviation Lights /L Unleashed :: Changes +* 2021-1029: 4.1.1.4 (LisiasT) for KSP >= 1.3.0 + + Updating KSPe to v2.4 + + Properly patching the parts to be activated or deactivated depending on the KSP version you are using. + - Old lights are available on the Part Palette only on KSP 1.3.1 and older, but they still exists for older craft compatibility. + - The new light with variant are only present on KSP 1.4 and newer. * 2021-0517: 4.1.1.3 (LisiasT) for KSP >= 1.3.0 + Reverting a bad decision. * 2021-0413: 4.1.1.2 (LisiasT) for KSP >= 1.3.0 diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 527582b..77dc2c4 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,10 @@ # Aviation Lights /L Unleashed :: Change Log +* 2021-1029: 4.1.1.4 (LisiasT) for KSP >= 1.3.0 + + Updating KSPe to v2.4 + + Properly patching the parts to be activated or deactivated depending on the KSP version you are using. + - Old lights are available on the Part Palette only on KSP 1.3.1 and older, but they still exists for older craft compatibility. + - The new light with variant are only present on KSP 1.4 and newer. * 2021-0517: 4.1.1.3 (LisiasT) for KSP >= 1.3.0 + Reverting a bad decision. * 2021-0413: 4.1.1.2 (LisiasT) for KSP >= 1.3.0 diff --git a/Source/AviationLights/AviationLights.csproj b/Source/AviationLights/AviationLights.csproj index ddb3bba..4a22bfa 100644 --- a/Source/AviationLights/AviationLights.csproj +++ b/Source/AviationLights/AviationLights.csproj @@ -12,7 +12,7 @@ v3.5 512 - ..\..\obj\$(AssemblyName) + ..\..\obj\AviationLights true @@ -33,18 +33,21 @@ - ..\..\..\..\..\..\LIB\managed\1.3.0\Assembly-CSharp.dll + False ..\..\..\..\..\..\LIB\managed\1.3.0\UnityEngine.UI.dll + False ..\..\..\..\..\..\LIB\managed\1.3.0\UnityEngine.dll + False ..\..\..\..\..\..\LIB\plugins\KSPe.dll + False ..\..\..\..\..\..\LIB\plugins\KSPe.UI.dll diff --git a/Source/AviationLights/Properties/AssemblyInfo.cs b/Source/AviationLights/Properties/AssemblyInfo.cs index defc6d0..4617d86 100644 --- a/Source/AviationLights/Properties/AssemblyInfo.cs +++ b/Source/AviationLights/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Aviation Lights /L Unleashed")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Aviation Lights for Kerbal Space Program")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany(AviationLights.LegalMamboJambo.Company)] [assembly: AssemblyProduct(AviationLights.LegalMamboJambo.Product)]