Skip to content

Commit 7381160

Browse files
Adoption by LGG
Updated for 1.3.1
1 parent 2b83db3 commit 7381160

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed
740 KB
Binary file not shown.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"NAME" : "ProbeControlRoom",
3-
"URL" : "https://raw.githubusercontent.com/Virindi-AC/KSP-ProbeControlRoom/master/GameData/ProbeControlRoom/ProbeControlRoom.version",
4-
"DOWNLOAD" : "https://github.com/Virindi-AC/KSP-ProbeControlRoom/releases",
3+
"URL" : "https://raw.githubusercontent.com/linuxgurugamer/KSP-ProbeControlRoom/master/ProbeControlRoom.version",
4+
"DOWNLOAD" : "https://github.com/linuxgurugamer/KSP-ProbeControlRoom/releases",
55
"GITHUB" :
66
{
7-
"USERNAME" : "Virindi-AC",
7+
"USERNAME" : "Linuxgurugamer",
88
"REPOSITORY": "KSP-ProbeControlRoom",
99
"ALLOW_PRE_RELEASE": false
1010
},
@@ -13,18 +13,18 @@
1313
"MAJOR" : 1,
1414
"MINOR" : 2,
1515
"PATCH" : 2,
16-
"BUILD" : 8
16+
"BUILD" : 9
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR": 1,
2121
"MINOR": 3,
22-
"PATCH": 0
22+
"PATCH": 1
2323
},
2424
"KSP_VERSION_MIN":
2525
{
2626
"MAJOR": 1,
2727
"MINOR": 3,
28-
"PATCH": 0
28+
"PATCH": 1
2929
}
3030
}

ProbeControlRoom.version

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"NAME" : "ProbeControlRoom",
3-
"URL" : "https://raw.githubusercontent.com/Virindi-AC/KSP-ProbeControlRoom/master/GameData/ProbeControlRoom/ProbeControlRoom.version",
4-
"DOWNLOAD" : "https://github.com/Virindi-AC/KSP-ProbeControlRoom/releases",
3+
"URL" : "https://raw.githubusercontent.com/linuxgurugamer/KSP-ProbeControlRoom/master/ProbeControlRoom.version",
4+
"DOWNLOAD" : "https://github.com/linuxgurugamer/KSP-ProbeControlRoom/releases",
55
"GITHUB" :
66
{
7-
"USERNAME" : "Virindi-AC",
7+
"USERNAME" : "Linuxgurugamer",
88
"REPOSITORY": "KSP-ProbeControlRoom",
99
"ALLOW_PRE_RELEASE": false
1010
},
@@ -13,18 +13,18 @@
1313
"MAJOR" : 1,
1414
"MINOR" : 2,
1515
"PATCH" : 2,
16-
"BUILD" : 8
16+
"BUILD" : 9
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR": 1,
2121
"MINOR": 3,
22-
"PATCH": 0
22+
"PATCH": 1
2323
},
2424
"KSP_VERSION_MIN":
2525
{
2626
"MAJOR": 1,
2727
"MINOR": 3,
28-
"PATCH": 0
28+
"PATCH": 1
2929
}
3030
}

ProbeControlRoom/AssemblyVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("1.2.2.8")]
8+
[assembly: AssemblyVersion("1.2.2.9")]

ProbeControlRoom/ProbeControlRoom.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
</ItemGroup>
5252
<ItemGroup>
5353
<Reference Include="Assembly-CSharp">
54-
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
54+
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
5555
</Reference>
5656
<Reference Include="Assembly-CSharp-firstpass">
57-
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
57+
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
5858
</Reference>
5959
<Reference Include="System">
6060
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\System.dll</HintPath>
6161
</Reference>
6262
<Reference Include="UnityEngine">
63-
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
63+
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
6464
</Reference>
6565
<Reference Include="UnityEngine.UI">
66-
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
66+
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
6767
</Reference>
6868
</ItemGroup>
6969
<ItemGroup>

ProbeControlRoomToolbar/AssemblyVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("1.2.2.8")]
8+
[assembly: AssemblyVersion("1.2.2.9")]

ProbeControlRoomToolbar/ProbeControlRoomToolbar.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
</PropertyGroup>
3939
<ItemGroup>
4040
<Reference Include="Assembly-CSharp">
41-
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
41+
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
4242
</Reference>
4343
<Reference Include="Assembly-CSharp-firstpass">
44-
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
44+
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
4545
</Reference>
4646
<Reference Include="System" />
4747
<Reference Include="Toolbar">
48-
<HintPath>R:\KSP_1.3.0_dev\GameData\000_Toolbar\Toolbar.dll</HintPath>
48+
<HintPath>R:\KSP_1.3.1_dev\GameData\000_Toolbar\Toolbar.dll</HintPath>
4949
</Reference>
5050
<Reference Include="UnityEngine">
51-
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
51+
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
5252
</Reference>
5353
<Reference Include="UnityEngine.UI">
54-
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
54+
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>

0 commit comments

Comments
 (0)