Skip to content

Commit ae02938

Browse files
committed
Version 1.0.2
1 parent ea44c2b commit ae02938

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed
0 Bytes
Binary file not shown.

GameData/KeepItStraight/KeepItStraight.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@
1111
{
1212
"MAJOR" : 1,
1313
"MINOR" : 0,
14-
"PATCH" : 1,
14+
"PATCH" : 2,
1515
"BUILD" : 0
1616
},
1717
"KSP_VERSION" :
1818
{
1919
"MAJOR" : 1,
20-
"MINOR" : 2,
20+
"MINOR" : 3,
2121
"PATCH" : 0
2222
},
2323
"KSP_VERSION_MIN" :
2424
{
2525
"MAJOR" : 1,
26-
"MINOR" : 2,
26+
"MINOR" : 3,
2727
"PATCH" : 0
2828
},
2929
"KSP_VERSION_MAX" :
3030
{
3131
"MAJOR" : 1,
32-
"MINOR" : 2,
32+
"MINOR" : 3,
3333
"PATCH" : 0
3434
}
3535
}

KeepItStraight/KeepItStraight.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@
2828
<ConsolePause>false</ConsolePause>
2929
<CustomCommands>
3030
<CustomCommands>
31-
<Command type="AfterBuild" command="cp ${TargetFile} /home/realgecko/Development/KSP/GameData/KeepItStraight" />
31+
<Command type="AfterBuild" command="cp ${TargetFile} /home/realgecko/Development/KSP130/GameData/KeepItStraight" />
3232
<Command type="AfterBuild" command="cp ${TargetFile} ${SolutionDir}/GameData/KeepItStraight" />
33-
<Command type="Execute" command="/usr/bin/wine /home/realgecko/Development/KSP/KSP_x64.exe" workingdir="/home/realgecko/Development/KSP/" />
33+
<Command type="Execute" command="/usr/bin/wine /home/realgecko/Development/KSP130/KSP_x64.exe" workingdir="/home/realgecko/Development/KSP130/" />
3434
</CustomCommands>
3535
</CustomCommands>
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="System" />
39+
<Reference Include="Assembly-CSharp">
40+
<HintPath>..\..\KSP130\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
41+
</Reference>
3942
<Reference Include="UnityEngine">
40-
<HintPath>..\..\KSP\KSP_Data\Managed\UnityEngine.dll</HintPath>
43+
<HintPath>..\..\KSP130\KSP_Data\Managed\UnityEngine.dll</HintPath>
4144
</Reference>
4245
<Reference Include="UnityEngine.UI">
43-
<HintPath>..\..\KSP\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
44-
</Reference>
45-
<Reference Include="Assembly-CSharp">
46-
<HintPath>..\..\KSP\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
46+
<HintPath>..\..\KSP130\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
4747
</Reference>
4848
</ItemGroup>
4949
<ItemGroup>

KeepItStraight/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion ("1.0.1")]
20+
[assembly: AssemblyVersion ("1.0.2")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

0 commit comments

Comments
 (0)