Skip to content

Commit 407bc51

Browse files
author
Russ Nash
committed
Updated for KSP 1.3
1 parent a6477f1 commit 407bc51

34 files changed

+40135
-20122
lines changed

GameData/Kaboom/plugins/Kaboom.dll

0 Bytes
Binary file not shown.

GameData/ModuleManager.2.6.25.dll

-61 KB
Binary file not shown.

GameData/ModuleManager.2.8.0.dll

73.5 KB
Binary file not shown.

Kaboom-1.1.1.zip

-30.3 KB
Binary file not shown.

Kaboom-1.1.2.zip

36 KB
Binary file not shown.

Kaboom-1.1.3.zip

36.3 KB
Binary file not shown.

Source/.vs/Kaboom/v14/.suo

38 KB
Binary file not shown.

Source/Kaboom/Kaboom.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,17 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35-
<SpecificVersion>False</SpecificVersion>
36-
<HintPath>D:\KSP Test\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
34+
<Reference Include="Assembly-CSharp">
35+
<HintPath>bin\Release\Assembly-CSharp.dll</HintPath>
3736
</Reference>
3837
<Reference Include="System" />
3938
<Reference Include="System.Core" />
4039
<Reference Include="System.Xml.Linq" />
4140
<Reference Include="System.Data.DataSetExtensions" />
4241
<Reference Include="System.Data" />
4342
<Reference Include="System.Xml" />
44-
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
45-
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>D:\KSP Test\KSP_Data\Managed\UnityEngine.dll</HintPath>
43+
<Reference Include="UnityEngine">
44+
<HintPath>bin\Release\UnityEngine.dll</HintPath>
4745
</Reference>
4846
</ItemGroup>
4947
<ItemGroup>

Source/Kaboom/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.2.0")]
36-
[assembly: AssemblyFileVersion("1.1.2.0")]
35+
[assembly: AssemblyVersion("1.1.3.0")]
36+
[assembly: AssemblyFileVersion("1.1.3.0")]
321 KB
Binary file not shown.

0 commit comments

Comments
 (0)