Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
AviationLights 4.1.3
Browse files Browse the repository at this point in the history
Finally got around to it.
  • Loading branch information
MOARdV committed Jan 29, 2023
1 parent bc253b6 commit db056ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions GameData/AviationLights/Plugins/AviationLights.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
{
"MAJOR": 4,
"MINOR": 1,
"PATCH": 2
"PATCH": 3
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 10,
"MINOR": 12,
"PATCH": 0
},
"KSP_VERSION_MIN":
Expand All @@ -24,6 +24,6 @@
{
"MAJOR": 1,
"MINOR": 12,
"PATCH": 2
"PATCH": 99
}
}
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,16 +271,20 @@ added to a config file or edited in the persistent.sfs file.

## CHANGELOG

unreleased - v4.1.3
29 January 2023 - v4.1.3

* Removed the legacy (Aviation Lights 3.x) lights.
* Fix pt-br localization, also courtesy Lisias.
* Recompiled for KSP 1.12
* Placed up for adoption.
* B9 patches may need updated. They are disabled by default.

***

21 May 2021 - v4.1.2

* Added Brazilian Portuguese (pt-br) courtesy Lisias
* Recompiled for KSP 1.11

***

Expand Down
4 changes: 3 additions & 1 deletion Source/AviationLights.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AviationLights</RootNamespace>
<AssemblyName>AviationLights</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand All @@ -21,6 +21,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -29,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down

0 comments on commit db056ea

Please sign in to comment.