Skip to content

Commit 47cae8e

Browse files
authored
Merge pull request #151 from ZiwKerman/develop
Recompile for 1.3.1
2 parents d97e115 + df38d9f commit 47cae8e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ bld/
1717
InfernalRobotics/.vs/
1818
*.scgdat
1919
*._*
20+
*.DS*

InfernalRobotics/InfernalRobotics/InfernalRobotics.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151
<Reference Include="UnityEngine.UI">
5252
<HintPath>..\..\..\KSP_LIB\UnityEngine.UI.dll</HintPath>
5353
</Reference>
54-
<Reference Include="Vectrosity">
55-
<HintPath>..\..\..\KSP_LIB\Vectrosity.dll</HintPath>
56-
</Reference>
5754
</ItemGroup>
5855
<ItemGroup>
5956
<Compile Include="API\IRWrapper.cs" />

InfernalRobotics/InfernalRobotics/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737

38-
[assembly: AssemblyVersion("2.0.9.0")]
39-
[assembly: AssemblyFileVersion("2.0.9.0")]
38+
[assembly: AssemblyVersion("2.0.13.0")]
39+
[assembly: AssemblyFileVersion("2.0.13.0")]

0 commit comments

Comments
 (0)