Skip to content

Commit

Permalink
Updated to KSP 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
formicant committed Mar 17, 2018
1 parent 89b6f09 commit ad36f9d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"VERSION":
{
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 1,
"BUILD": 0
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 1
},
"KSP_VERSION_MIN":
{
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 0
},
"KSP_VERSION_MAX":
{
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 1
},
}
6 changes: 3 additions & 3 deletions src/CriticalTemperatureGauge/CriticalTemperatureGauge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\_Lib\1.3.0 x64\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\_Lib\1.4.1 x64\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\_Lib\1.3.0 x64\UnityEngine.dll</HintPath>
<HintPath>..\..\..\_Lib\1.4.1 x64\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\_Lib\1.3.0 x64\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\..\_Lib\1.4.1 x64\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/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.3.1.0")]
[assembly: AssemblyVersion("1.4.1.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, 3)]
[assembly: KSPAssembly("CriticalTemperatureGauge", 1, 4)]

0 comments on commit ad36f9d

Please sign in to comment.