Skip to content

Commit

Permalink
Updated to KSP 1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
formicant committed Dec 19, 2020
1 parent e124cbb commit 0e232a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CriticalTemperatureGauge/CriticalTemperatureGauge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\_Lib\1.10.0\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\_Lib\1.11.0\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="UnityEngine.AnimationModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\_Lib\1.10.0\UnityEngine.AnimationModule.dll</HintPath>
<HintPath>..\..\_Lib\1.11.0\UnityEngine.AnimationModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\_Lib\1.10.0\UnityEngine.CoreModule.dll</HintPath>
<HintPath>..\..\_Lib\1.11.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.10.0\UnityEngine.IMGUIModule.dll</HintPath>
<HintPath>..\..\_Lib\1.11.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.10.0\UnityEngine.TextRenderingModule.dll</HintPath>
<HintPath>..\..\_Lib\1.11.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,9 +32,9 @@
// 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.10.0.0")]
[assembly: AssemblyVersion("1.11.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, 10)]
[assembly: KSPAssembly("CriticalTemperatureGauge", 1, 11)]
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"VERSION":
{
"MAJOR": 1,
"MINOR": 10,
"MINOR": 11,
"PATCH": 0,
"BUILD": 0
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 10,
"MINOR": 11,
"PATCH": 0
},
"KSP_VERSION_MIN":
Expand All @@ -30,7 +30,7 @@
"KSP_VERSION_MAX":
{
"MAJOR": 1,
"MINOR": 10,
"MINOR": 11,
"PATCH": 99
}
}
Binary file not shown.

0 comments on commit 0e232a2

Please sign in to comment.