Skip to content

Commit

Permalink
Update versions, changes and build.
Browse files Browse the repository at this point in the history
  • Loading branch information
CYBUTEK committed Oct 13, 2016
1 parent a52b3a5 commit 95ed462
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 20 deletions.
5 changes: 5 additions & 0 deletions Documents/KSP-AVC/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.6.2
Build on KSP 1.2.0.1586
Fixed: URLs are escaped before being processed.
Fixed: UI is destroyed upon entering the Space Centre. This mitigates issues that may cause the progress window to remain visible indefinitely.

1.1.6.1
Build on KSP 1.1.0.1230

Expand Down
12 changes: 4 additions & 8 deletions KSP-AVC/KSP-AVC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,19 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\Game\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KSPUtil">
<HintPath>..\..\game\KSP_Data\Managed\KSPUtil.dll</HintPath>
<HintPath>..\..\Game\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
<HintPath>..\Game\KSP_Data\Managed\System.dll</HintPath>
<HintPath>..\..\Game\KSP_x64_Data\Managed\System.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Xml">
<HintPath>..\Game\KSP_Data\Managed\System.Xml.dll</HintPath>
<HintPath>..\..\Game\KSP_x64_Data\Managed\System.Xml.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\Game\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\Game\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion KSP-AVC/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
[assembly: AssemblyCopyright("Copyright © 2015 CYBUTEK")]
[assembly: ComVisible(false)]
[assembly: Guid("be1fd3ec-c1ba-47ec-9e16-f83da6fe87d5")]
[assembly: AssemblyVersion("1.1.6.1")]
[assembly: AssemblyVersion("1.1.6.2")]
12 changes: 4 additions & 8 deletions MiniAVC/MiniAVC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,19 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\Game\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KSPUtil">
<HintPath>..\..\game\KSP_Data\Managed\KSPUtil.dll</HintPath>
<HintPath>..\..\Game\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
<HintPath>..\Game\KSP_Data\Managed\System.dll</HintPath>
<HintPath>..\..\Game\KSP_x64_Data\Managed\System.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Xml">
<HintPath>..\Game\KSP_Data\Managed\System.Xml.dll</HintPath>
<HintPath>..\..\Game\KSP_x64_Data\Managed\System.Xml.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\Game\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\Game\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
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.2")]
[assembly: AssemblyVersion("1.0.3.3")]
Binary file modified Output/KSP-AVC/KSP-AVC.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Output/KSP-AVC/KSP-AVC.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"MAJOR":1,
"MINOR":1,
"PATCH":6,
"BUILD":1
"BUILD":2
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":1,
"MINOR":2,
"PATCH":0
}
}

0 comments on commit 95ed462

Please sign in to comment.