Skip to content

Commit

Permalink
Fix and build for KSP 1.1.0.1171
Browse files Browse the repository at this point in the history
  • Loading branch information
CYBUTEK committed Mar 30, 2016
1 parent 30e5bae commit a25c0fb
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
4 changes: 3 additions & 1 deletion Documents/KSP-AVC/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
1.1.5.1
1.1.6.0
Built on KSP Experimental 1.1.0.1171
Added: 10-second timeout on invalid URLs.
Added: DevHelper GUI avoidence.

1.1.5.0
Expand Down
3 changes: 3 additions & 0 deletions Documents/MiniAVC/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.3.1
Built on KSP Experimental 1.1.0.1171

1.0.3.0
Added: Remote version files take priority when local/remote add-on versions are the same.
Added: 'Any' type versions are now fully supported.
Expand Down
4 changes: 4 additions & 0 deletions KSP-AVC/KSP-AVC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<HintPath>..\..\Game\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KSPUtil">
<HintPath>..\..\game\KSP_Data\Managed\KSPUtil.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
<HintPath>..\Game\KSP_Data\Managed\System.dll</HintPath>
<Private>False</Private>
Expand Down
4 changes: 4 additions & 0 deletions MiniAVC/MiniAVC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
<HintPath>..\..\Game\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KSPUtil">
<HintPath>..\..\game\KSP_Data\Managed\KSPUtil.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
<HintPath>..\Game\KSP_Data\Managed\System.dll</HintPath>
<Private>False</Private>
Expand Down
2 changes: 1 addition & 1 deletion MiniAVC/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
[assembly: AssemblyCopyright("Copyright © CYBUTEK 2014")]
[assembly: ComVisible(false)]
[assembly: Guid("d3138342-d8a8-4ab3-96e7-e7f086c13212")]
[assembly: AssemblyVersion("1.0.3")]
[assembly: AssemblyVersion("1.0.3.1")]
Binary file modified Output/AVCToolkit/AVCToolkit.exe
Binary file not shown.
Binary file modified Output/KSP-AVC/KSP-AVC.dll
Binary file not shown.
8 changes: 1 addition & 7 deletions Output/KSP-AVC/KSP-AVC.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":0,
"PATCH":5
}
"KSP_VERSION_MIN":
{
"MAJOR":0,
"MINOR":25,
"MINOR":1,
"PATCH":0
}
}
Binary file modified Output/MiniAVC/MiniAVC.dll
Binary file not shown.

0 comments on commit a25c0fb

Please sign in to comment.