Skip to content

Commit 3d1ceb2

Browse files
Merge pull request TheDarkBadger#9 from TheDarkBadger/Update/1.12.2
Updated to KSP 1.12.2
2 parents 8cbea44 + f36441f commit 3d1ceb2

File tree

4 files changed

+23
-29
lines changed

4 files changed

+23
-29
lines changed

.vs/slnx.sqlite

252 KB
Binary file not shown.

DistantObject.csproj

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,35 +39,29 @@
3939
</PropertyGroup>
4040
<ItemGroup>
4141
<Reference Include="Assembly-CSharp">
42-
<HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
42+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
4343
</Reference>
4444
<Reference Include="Assembly-CSharp-firstpass">
45-
<HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
45+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
4646
</Reference>
4747
<Reference Include="System" />
48-
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
49-
<SpecificVersion>False</SpecificVersion>
50-
<HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
48+
<Reference Include="UnityEngine">
49+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
5150
</Reference>
52-
<Reference Include="UnityEngine.AnimationModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
53-
<SpecificVersion>False</SpecificVersion>
54-
<HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
51+
<Reference Include="UnityEngine.AnimationModule">
52+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
5553
</Reference>
56-
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
57-
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
54+
<Reference Include="UnityEngine.CoreModule">
55+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
5956
</Reference>
60-
<Reference Include="UnityEngine.IMGUIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
61-
<SpecificVersion>False</SpecificVersion>
62-
<HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
57+
<Reference Include="UnityEngine.IMGUIModule">
58+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
6359
</Reference>
64-
<Reference Include="UnityEngine.InputLegacyModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
65-
<SpecificVersion>False</SpecificVersion>
66-
<HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
60+
<Reference Include="UnityEngine.InputLegacyModule">
61+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
6762
</Reference>
68-
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
69-
<SpecificVersion>False</SpecificVersion>
70-
<HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
63+
<Reference Include="UnityEngine.PhysicsModule">
64+
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
7165
</Reference>
7266
</ItemGroup>
7367
<ItemGroup>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"NAME": "DistantObjectEnhancement",
3-
"URL": "https://raw.githubusercontent.com/MOARdV/DistantObject/master/GameData/DistantObject/DistantObject.version",
4-
"DOWNLOAD": "https://github.com/MOARdV/DistantObject/releases",
3+
"URL": "https://https://raw.githubusercontent.com/TheDarkBadger/DistantObject/master/GameData/DistantObject/DistantObject.version",
4+
"DOWNLOAD": "https://github.com/TheDarkBadger/DistantObject/releases",
55
"VERSION": {
66
"MAJOR": 2,
7-
"MINOR": 2,
7+
"MINOR": 3,
88
"PATCH": 0
99
},
1010
"KSP_VERSION": {
1111
"MAJOR": 1,
12-
"MINOR": 11,
12+
"MINOR": 12,
1313
"PATCH": 0
1414
},
1515
"KSP_VERSION_MIN":
1616
{
1717
"MAJOR": 1,
18-
"MINOR": 11,
18+
"MINOR": 12,
1919
"PATCH": 0
2020
},
2121
"KSP_VERSION_MAX":
2222
{
2323
"MAJOR": 1,
24-
"MINOR": 11,
24+
"MINOR": 12,
2525
"PATCH": 99
2626
}
2727
}

SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
[assembly: AssemblyDescription("KSP Plugin to render distant planets and spacecraft")]
88
[assembly: AssemblyConfiguration("")]
99
[assembly: AssemblyCompany("Duckytopia / MOARdV / TheDarkBadger")]
10-
[assembly: AssemblyCopyright("Copyright © 2014-2020")]
10+
[assembly: AssemblyCopyright("Copyright © 2014-2021")]
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
1313

1414
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
1515
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1616
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
17-
[assembly: AssemblyVersion("2.0.2.0")]
17+
[assembly: AssemblyVersion("2.0.3.0")]
1818

1919
// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
2020
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
2121
// does not appear to have a hard requirement to match the assembly version.
22-
[assembly: KSPAssembly("DistantObject", 2, 2)]
22+
[assembly: KSPAssembly("DistantObject", 2, 3)]
2323

2424
// The following attributes are used to specify the signing key for the assembly,
2525
// if desired. See the Mono documentation for more information about signing.

0 commit comments

Comments
 (0)