Skip to content

Commit e8c9b94

Browse files
committed
Updated to KSP 1.11.0
1 parent 5f7e415 commit e8c9b94

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed
0 Bytes
Binary file not shown.
-32 KB
Binary file not shown.
-2.2 MB
Binary file not shown.

DistantObject.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
<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">
48+
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
49+
<SpecificVersion>False</SpecificVersion>
4950
<HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
5051
</Reference>
5152
<Reference Include="UnityEngine.AnimationModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">

GameData/DistantObject/DistantObject.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
"DOWNLOAD": "https://github.com/MOARdV/DistantObject/releases",
55
"VERSION": {
66
"MAJOR": 2,
7-
"MINOR": 0,
8-
"PATCH": 2
7+
"MINOR": 2,
8+
"PATCH": 0
99
},
1010
"KSP_VERSION": {
1111
"MAJOR": 1,
12-
"MINOR": 10,
12+
"MINOR": 11,
1313
"PATCH": 0
1414
},
1515
"KSP_VERSION_MIN":
1616
{
1717
"MAJOR": 1,
18-
"MINOR": 10,
18+
"MINOR": 11,
1919
"PATCH": 0
2020
},
2121
"KSP_VERSION_MAX":
2222
{
2323
"MAJOR": 1,
24-
"MINOR": 10,
24+
"MINOR": 11,
2525
"PATCH": 99
2626
}
2727
}

SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
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.1.1")]
17+
[assembly: AssemblyVersion("2.0.2.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, 1)]
22+
[assembly: KSPAssembly("DistantObject", 2, 2)]
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)