Skip to content

Commit

Permalink
Recompiled ModuleBounce for 1.3
Browse files Browse the repository at this point in the history
Added additional CLS compatibliity, thanks @LemonSkin
Fixed bad character in  Mystery goo description, thanks @LemonSkin
  • Loading branch information
linuxgurugamer committed Jun 16, 2017
1 parent c5a93ba commit 62ea692
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ ChangeLog
0.3.13
Updated for 1.3
Replaced missing model for the Clyde

0.3.14
Recompiled ModuleBounce for 1.3
Added additional CLS compatibliity, thanks @LemonSkin
Fixed bad character in Mystery goo description, thanks @LemonSkin
Binary file modified GameData/SXT/PlugIns/ModuleBounce.dll
Binary file not shown.
10 changes: 5 additions & 5 deletions ModuleBounce/ModuleBounce.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>R:\KSP_1.1.4_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>R:\KSP_1.1.4_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>R:\KSP_1.1.4_dev\KSP_x64_Data\Managed\System.dll</HintPath>
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\System.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>R:\KSP_1.1.4_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>R:\KSP_1.1.4_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>R:\KSP_1.3.0_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion ModuleBounce/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.2")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion SXTContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"MAJOR":0,
"MINOR":3,
"PATCH":13,
"PATCH":14,
"BUILD":0
},
"KSP_VERSION":
Expand Down

0 comments on commit 62ea692

Please sign in to comment.