Skip to content

Commit a25c0fb

Browse files
committed
Fix and build for KSP 1.1.0.1171
1 parent 30e5bae commit a25c0fb

File tree

9 files changed

+16
-9
lines changed

9 files changed

+16
-9
lines changed

Documents/KSP-AVC/CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1.1.5.1
1+
1.1.6.0
2+
Built on KSP Experimental 1.1.0.1171
3+
Added: 10-second timeout on invalid URLs.
24
Added: DevHelper GUI avoidence.
35

46
1.1.5.0

Documents/MiniAVC/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.0.3.1
2+
Built on KSP Experimental 1.1.0.1171
3+
14
1.0.3.0
25
Added: Remote version files take priority when local/remote add-on versions are the same.
36
Added: 'Any' type versions are now fully supported.

KSP-AVC/KSP-AVC.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
<HintPath>..\..\Game\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
5858
<Private>False</Private>
5959
</Reference>
60+
<Reference Include="KSPUtil">
61+
<HintPath>..\..\game\KSP_Data\Managed\KSPUtil.dll</HintPath>
62+
<Private>False</Private>
63+
</Reference>
6064
<Reference Include="System">
6165
<HintPath>..\Game\KSP_Data\Managed\System.dll</HintPath>
6266
<Private>False</Private>

MiniAVC/MiniAVC.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
<HintPath>..\..\Game\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
5050
<Private>False</Private>
5151
</Reference>
52+
<Reference Include="KSPUtil">
53+
<HintPath>..\..\game\KSP_Data\Managed\KSPUtil.dll</HintPath>
54+
<Private>False</Private>
55+
</Reference>
5256
<Reference Include="System">
5357
<HintPath>..\Game\KSP_Data\Managed\System.dll</HintPath>
5458
<Private>False</Private>

MiniAVC/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
[assembly: AssemblyCopyright("Copyright © CYBUTEK 2014")]
2828
[assembly: ComVisible(false)]
2929
[assembly: Guid("d3138342-d8a8-4ab3-96e7-e7f086c13212")]
30-
[assembly: AssemblyVersion("1.0.3")]
30+
[assembly: AssemblyVersion("1.0.3.1")]

Output/AVCToolkit/AVCToolkit.exe

0 Bytes
Binary file not shown.

Output/KSP-AVC/KSP-AVC.dll

1.5 KB
Binary file not shown.

Output/KSP-AVC/KSP-AVC.version

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@
1111
"KSP_VERSION":
1212
{
1313
"MAJOR":1,
14-
"MINOR":0,
15-
"PATCH":5
16-
}
17-
"KSP_VERSION_MIN":
18-
{
19-
"MAJOR":0,
20-
"MINOR":25,
14+
"MINOR":1,
2115
"PATCH":0
2216
}
2317
}

Output/MiniAVC/MiniAVC.dll

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)