Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Real-Gecko committed May 30, 2017
1 parent ea44c2b commit ae02938
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Binary file modified GameData/KeepItStraight/KeepItStraight.dll
Binary file not shown.
8 changes: 4 additions & 4 deletions GameData/KeepItStraight/KeepItStraight.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
{
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 1,
"PATCH" : 2,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 2,
"MINOR" : 3,
"PATCH" : 0
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 2,
"MINOR" : 3,
"PATCH" : 0
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
"MINOR" : 2,
"MINOR" : 3,
"PATCH" : 0
}
}
14 changes: 7 additions & 7 deletions KeepItStraight/KeepItStraight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
<ConsolePause>false</ConsolePause>
<CustomCommands>
<CustomCommands>
<Command type="AfterBuild" command="cp ${TargetFile} /home/realgecko/Development/KSP/GameData/KeepItStraight" />
<Command type="AfterBuild" command="cp ${TargetFile} /home/realgecko/Development/KSP130/GameData/KeepItStraight" />
<Command type="AfterBuild" command="cp ${TargetFile} ${SolutionDir}/GameData/KeepItStraight" />
<Command type="Execute" command="/usr/bin/wine /home/realgecko/Development/KSP/KSP_x64.exe" workingdir="/home/realgecko/Development/KSP/" />
<Command type="Execute" command="/usr/bin/wine /home/realgecko/Development/KSP130/KSP_x64.exe" workingdir="/home/realgecko/Development/KSP130/" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Assembly-CSharp">
<HintPath>..\..\KSP130\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\KSP\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\KSP130\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\KSP\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\KSP\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\KSP130\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion KeepItStraight/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("1.0.1")]
[assembly: AssemblyVersion ("1.0.2")]

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

0 comments on commit ae02938

Please sign in to comment.