Skip to content

Commit

Permalink
Updated to KSP 1.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
formicant committed Feb 25, 2020
1 parent b0f0287 commit 326a3ad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions CriticalTemperatureGauge/CriticalTemperatureGauge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\_Lib\1.8.1\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\_Lib\1.9.0\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="ClickThroughBlocker, Version=0.1.9.3, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="ClickThroughBlocker, Version=0.1.9.4, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\_Lib\Mods\ClickThroughBlocker.dll</HintPath>
</Reference>
Expand All @@ -50,15 +50,15 @@
</Reference>
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\_Lib\1.8.1\UnityEngine.CoreModule.dll</HintPath>
<HintPath>..\..\_Lib\1.9.0\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.IMGUIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\_Lib\1.8.1\UnityEngine.IMGUIModule.dll</HintPath>
<HintPath>..\..\_Lib\1.9.0\UnityEngine.IMGUIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TextRenderingModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\_Lib\1.8.1\UnityEngine.TextRenderingModule.dll</HintPath>
<HintPath>..\..\_Lib\1.9.0\UnityEngine.TextRenderingModule.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions CriticalTemperatureGauge/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
// 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.8.1.1")]
[assembly: AssemblyVersion("1.9.0.0")]

// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
// does not appear to have a hard requirement to match the assembly version.
[assembly: KSPAssembly("CriticalTemperatureGauge", 1, 8)]
[assembly: KSPAssembly("CriticalTemperatureGauge", 1, 9)]

// Dependencies:
[assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 0)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"VERSION":
{
"MAJOR": 1,
"MINOR": 8,
"PATCH": 1,
"BUILD": 1
"MINOR": 9,
"PATCH": 0,
"BUILD": 0
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 8,
"PATCH": 1
"MINOR": 9,
"PATCH": 0
},
"KSP_VERSION_MIN":
{
"MAJOR": 1,
"MINOR": 8,
"MINOR": 9,
"PATCH": 0
},
"KSP_VERSION_MAX":
{
"MAJOR": 1,
"MINOR": 8,
"MINOR": 9,
"PATCH": 99
}
}
Binary file not shown.

0 comments on commit 326a3ad

Please sign in to comment.