Skip to content

Commit

Permalink
Adoption by LGG
Browse files Browse the repository at this point in the history
Updated for 1.3.1
  • Loading branch information
linuxgurugamer committed Oct 22, 2017
1 parent 2b83db3 commit 7381160
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
Binary file modified .vs/ProbeControlRoom/v15/sqlite3/storage.ide
Binary file not shown.
12 changes: 6 additions & 6 deletions GameData/ProbeControlRoom/ProbeControlRoom.version
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"NAME" : "ProbeControlRoom",
"URL" : "https://raw.githubusercontent.com/Virindi-AC/KSP-ProbeControlRoom/master/GameData/ProbeControlRoom/ProbeControlRoom.version",
"DOWNLOAD" : "https://github.com/Virindi-AC/KSP-ProbeControlRoom/releases",
"URL" : "https://raw.githubusercontent.com/linuxgurugamer/KSP-ProbeControlRoom/master/ProbeControlRoom.version",
"DOWNLOAD" : "https://github.com/linuxgurugamer/KSP-ProbeControlRoom/releases",
"GITHUB" :
{
"USERNAME" : "Virindi-AC",
"USERNAME" : "Linuxgurugamer",
"REPOSITORY": "KSP-ProbeControlRoom",
"ALLOW_PRE_RELEASE": false
},
Expand All @@ -13,18 +13,18 @@
"MAJOR" : 1,
"MINOR" : 2,
"PATCH" : 2,
"BUILD" : 8
"BUILD" : 9
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION_MIN":
{
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0
"PATCH": 1
}
}
12 changes: 6 additions & 6 deletions ProbeControlRoom.version
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"NAME" : "ProbeControlRoom",
"URL" : "https://raw.githubusercontent.com/Virindi-AC/KSP-ProbeControlRoom/master/GameData/ProbeControlRoom/ProbeControlRoom.version",
"DOWNLOAD" : "https://github.com/Virindi-AC/KSP-ProbeControlRoom/releases",
"URL" : "https://raw.githubusercontent.com/linuxgurugamer/KSP-ProbeControlRoom/master/ProbeControlRoom.version",
"DOWNLOAD" : "https://github.com/linuxgurugamer/KSP-ProbeControlRoom/releases",
"GITHUB" :
{
"USERNAME" : "Virindi-AC",
"USERNAME" : "Linuxgurugamer",
"REPOSITORY": "KSP-ProbeControlRoom",
"ALLOW_PRE_RELEASE": false
},
Expand All @@ -13,18 +13,18 @@
"MAJOR" : 1,
"MINOR" : 2,
"PATCH" : 2,
"BUILD" : 8
"BUILD" : 9
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION_MIN":
{
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0
"PATCH": 1
}
}
2 changes: 1 addition & 1 deletion ProbeControlRoom/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.2.2.8")]
[assembly: AssemblyVersion("1.2.2.9")]
8 changes: 4 additions & 4 deletions ProbeControlRoom/ProbeControlRoom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\System.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ProbeControlRoomToolbar/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.2.2.8")]
[assembly: AssemblyVersion("1.2.2.9")]
10 changes: 5 additions & 5 deletions ProbeControlRoomToolbar/ProbeControlRoomToolbar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="Toolbar">
<HintPath>R:\KSP_1.3.0_dev\GameData\000_Toolbar\Toolbar.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\GameData\000_Toolbar\Toolbar.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>R:\KSP_1.3.1_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 7381160

Please sign in to comment.