Skip to content

Commit 9f738d8

Browse files
fixed reference for build
1 parent 366d2b9 commit 9f738d8

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

GameData/TooManyOrbits/TooManyOrbits.version

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"NAME": "TooManyOrbits",
3-
"URL": "http://ksp.spacetux.net/avc/TooManyOrbits",
3+
"URL": "https://raw.githubusercontent.com/linuxgurugamer/TooManyOrbits/refs/heads/master/TooManyOrbits.version",
44
"DOWNLOAD": "https://spacedock.info/mod/1340/TooManyOrbits",
55
"GITHUB": {
66
"USERNAME": "linuxgurugamer",
@@ -9,8 +9,8 @@
99
"VERSION": {
1010
"MAJOR": 1,
1111
"MINOR": 1,
12-
"PATCH": 6,
13-
"BUILD": 6
12+
"PATCH": 7,
13+
"BUILD": 0
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,
@@ -21,5 +21,10 @@
2121
"MAJOR": 1,
2222
"MINOR": 12,
2323
"PATCH": 0
24+
},
25+
"KSP_VERSION_MAX": {
26+
"MAJOR": 1,
27+
"MINOR": 12,
28+
"PATCH": 99
2429
}
2530
}

TooManyOrbits/AssemblyVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyFileVersion("1.1.6.6")]
9-
[assembly: AssemblyVersion("1.1.6.6")]
8+
[assembly: AssemblyFileVersion("1.1.7.0")]
9+
[assembly: AssemblyVersion("1.1.7.0")]

TooManyOrbits/TooManyOrbits.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<Private>False</Private>
4242
</Reference>
4343
<Reference Include="KSP_Log">
44-
<HintPath>R:\KSP_1.12.5-dev\GameData\SpaceTuxLibrary\Plugins\KSP_Log.dll</HintPath>
44+
<HintPath>$(KSPDIR)\GameData\SpaceTuxLibrary\Plugins\KSP_Log.dll</HintPath>
4545
</Reference>
4646
<Reference Include="System" />
4747
<Reference Include="ClickThroughBlocker">

0 commit comments

Comments
 (0)