Skip to content

Commit

Permalink
Release 4.1.1.4 (LisiasT) for KSP >= 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Nov 4, 2021
1 parent 0cecf88 commit ed0bb6f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AviationLights.version
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -8,7 +8,7 @@
"MAJOR":4,
"MINOR":1,
"PATCH":1,
"BUILD":3
"BUILD":4
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 5 additions & 2 deletions Source/AviationLights/AviationLights.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<BaseIntermediateOutputPath>..\..\obj\$(AssemblyName)</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath>..\..\obj\AviationLights</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -33,18 +33,21 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\..\..\LIB\managed\1.3.0\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\..\..\..\LIB\managed\1.3.0\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\..\LIB\managed\1.3.0\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KSPe">
<HintPath>..\..\..\..\..\..\LIB\plugins\KSPe.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KSPe.UI">
<HintPath>..\..\..\..\..\..\LIB\plugins\KSPe.UI.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Source/AviationLights/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit ed0bb6f

Please sign in to comment.