Skip to content

Commit

Permalink
KSP 1.12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosm committed Jul 23, 2021
1 parent 46923a9 commit 609ad4c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
Binary file modified GameData/ParkingBrake/ParkingBrake.dll
Binary file not shown.
10 changes: 5 additions & 5 deletions GameData/ParkingBrake/ParkingBrake.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
{
"MAJOR" : 0,
"MINOR" : 4,
"PATCH" : 3,
"PATCH" : 4,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 11,
"MINOR" : 12,
"PATCH" : 1
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 11,
"PATCH" : 1
"MINOR" : 12,
"PATCH" : 0
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
"MINOR" : 11,
"MINOR" : 12,
"PATCH" : 99
}
}
8 changes: 4 additions & 4 deletions ParkingBrake/ParkingBrake/ParkingBrake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
<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.1\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Kerbal Space Program 1.11.1\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\Kerbal Space Program 1.12.1\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<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.1\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Kerbal Space Program 1.11.1\KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
<HintPath>..\..\..\..\..\Kerbal Space Program 1.12.1\KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ParkingBrake/ParkingBrake/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.3.0")]
[assembly: AssemblyVersion("0.4.4.0")]
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
KSP mod for stopping sliding of a vessel on a slope.

# Changelog
## Version 0.4.4
- Recompile for KSP 1.12.1

## Version 0.4.3
- Brazilian Portuguese localization by Lisias

Expand Down

0 comments on commit 609ad4c

Please sign in to comment.