Skip to content

Commit

Permalink
Merge pull request #24 from JPLRepo/Develop
Browse files Browse the repository at this point in the history
for KSP 1.5.1
  • Loading branch information
JPLRepo authored Oct 27, 2018
2 parents 706f698 + 97ebb24 commit cfb06d8
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions Distribution/GameData/Endurance/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
V1.8
Re-compile for KSP 1.5.x
V1.7
Re-Compile for KSP 1.4.1
Fixed hatch blocked on the inflatable habitat part.
Expand Down
8 changes: 4 additions & 4 deletions Distribution/GameData/Endurance/Endurance.version
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"NAME":"Endurance Continued",
"URL":"http://ksp-avc.cybutek.net/version.php?id=258",
"DOWNLOAD":"http://spacedock.info/mod/357/Endurance%20%28from%20Interstellar%29%20Continued...",
"VERSION":{"MAJOR":1,"MINOR":7,"PATCH":0,"BUILD":0},
"KSP_VERSION":{"MAJOR":1,"MINOR":4,"PATCH":1,
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":4,"PATCH":1,
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":4,"PATCH":1
"VERSION":{"MAJOR":1,"MINOR":8,"PATCH":0,"BUILD":0},
"KSP_VERSION":{"MAJOR":1,"MINOR":5,"PATCH":1},
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":5,"PATCH":0},
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":5,"PATCH":99}
}
Binary file modified Distribution/GameData/Endurance/MiniAVC.dll
Binary file not shown.
Binary file modified Distribution/GameData/Endurance/Plugins/ENHabitat.dll
Binary file not shown.
Binary file modified Distribution/GameData/Endurance/Plugins/Endurance.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions Endurance/Endurance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\KSPDLLs - 1.4\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\KSPDLLs\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -45,11 +45,11 @@
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\KSPDLLs - 1.4\UnityEngine.dll</HintPath>
<HintPath>..\..\KSPDLLs\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\KSPDLLs - 1.4\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\KSPDLLs\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Endurance/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
6 changes: 3 additions & 3 deletions Habitat/HabitatPack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\KSPDLLs - 1.4\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\KSPDLLs\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -45,11 +45,11 @@
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\KSPDLLs - 1.4\UnityEngine.dll</HintPath>
<HintPath>..\..\KSPDLLs\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\KSPDLLs - 1.4\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\KSPDLLs\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Habitat/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]

0 comments on commit cfb06d8

Please sign in to comment.