Skip to content

Commit 67e3525

Browse files
Removed Mechjeb dependency , in csproj file
1 parent df2c5a4 commit 67e3525

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

GameData/PersistentRotation/PersistentRotationUpgraded.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"MAJOR": 1,
1212
"MINOR": 9,
1313
"PATCH": 1,
14-
"BUILD": 8
14+
"BUILD": 9
1515
},
1616
"KSP_VERSION": {
1717
"MAJOR": 1,

Source/AssemblyVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("1.9.1.8")]
9-
[assembly: AssemblyFileVersion("1.9.1.8")]
8+
[assembly: AssemblyVersion("1.9.1.9")]
9+
[assembly: AssemblyFileVersion("1.9.1.9")]

Source/PersistentRotation.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
<Reference Include="ClickThroughBlocker">
4343
<HintPath>$(KSPDIR)\GameData\000_ClickThroughBlocker\Plugins\ClickThroughBlocker.dll</HintPath>
4444
</Reference>
45-
<Reference Include="MechJeb2">
46-
<HintPath>$(KSPDIR)\GameData\MechJeb2\Plugins\MechJeb2.dll</HintPath>
47-
</Reference>
4845
<Reference Include="System" />
4946
<Reference Include="ToolbarControl">
5047
<HintPath>$(KSPDIR)\GameData\001_ToolbarControl\Plugins\ToolbarControl.dll</HintPath>
@@ -103,4 +100,4 @@ if $(ConfigurationName) == Release (
103100
<PropertyGroup>
104101
<PreBuildEvent>"$(DevEnvDir)\texttransform.exe" "$(ProjectDir)AssemblyVersion.tt"</PreBuildEvent>
105102
</PropertyGroup>
106-
</Project>
103+
</Project>

0 commit comments

Comments
 (0)