Skip to content

Commit

Permalink
Recompile for KSP 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Olympic1 committed Jul 21, 2019
1 parent 5c48c91 commit 66d218c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions GameData/CrowdSourcedScience/CrowdSourcedScience.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"VERSION":
{
"MAJOR":5,
"MINOR":1,
"MINOR":2,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":5,
"MINOR":6,
"PATCH":1
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":5,
"MINOR":6,
"PATCH":0
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":5,
"MINOR":6,
"PATCH":9
}
}
Binary file modified GameData/CrowdSourcedScience/Plugin/ScienceFixer.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/ScienceFixer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Games\KSP\KSP_151\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\Games\KSP\KSP_161\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Games\KSP\KSP_151\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\Games\KSP\KSP_161\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 66d218c

Please sign in to comment.