Skip to content

Commit

Permalink
KSP 1.12.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosm committed Nov 3, 2021
1 parent 8c239cd commit 6b90185
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
Binary file modified GameData/KeepItStraight/KeepItStraight.dll
Binary file not shown.
12 changes: 6 additions & 6 deletions GameData/KeepItStraight/KeepItStraight.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 3,
"MINOR" : 4,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 11,
"PATCH" : 1
"MINOR" : 12,
"PATCH" : 2
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 11,
"PATCH" : 1
"MINOR" : 12,
"PATCH" : 2
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
"MINOR" : 11,
"MINOR" : 12,
"PATCH" : 99
}
}
6 changes: 3 additions & 3 deletions KeepItStraight/KeepItStraight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Kerbal Space Program 1.11.1\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\Kerbal Space Program 1.12.2\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Kerbal Space Program 1.11.1\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
<HintPath>..\..\..\..\Kerbal Space Program 1.12.2\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Kerbal Space Program 1.11.1\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\..\..\Kerbal Space Program 1.12.2\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion KeepItStraight/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ("1.3.0.0")]
[assembly: AssemblyVersion ("1.4.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.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Remembers camera mode between scene switches so you will not end up with AUTO every time.

# Changelog
## Version 1.4.0
- Recompile for KSP 1.12.2

## Version 1.3.0
- Recompile for KSP 1.11.1

Expand Down

0 comments on commit 6b90185

Please sign in to comment.