Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Real-Gecko committed Oct 11, 2017
1 parent c0decc2 commit 0f99877
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
Binary file modified GameData/WhoAmI/WhoAmI.dll
Binary file not shown.
8 changes: 4 additions & 4 deletions GameData/WhoAmI/WhoAmI.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
{
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 2,
"PATCH" : 4,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 3,
"PATCH" : 0
"PATCH" : 1
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 3,
"PATCH" : 0
"PATCH" : 1
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
"MINOR" : 3,
"PATCH" : 0
"PATCH" : 1
}
}
2 changes: 1 addition & 1 deletion WhoAmI/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.3")]
[assembly: AssemblyVersion ("1.0.4")]

// 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
13 changes: 5 additions & 8 deletions WhoAmI/WhoAmI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,19 @@
<ConsolePause>false</ConsolePause>
<CustomCommands>
<CustomCommands>
<Command type="AfterBuild" command="cp ${TargetFile} /home/realgecko/Development/KSP130/GameData/${SolutionName}" />
<Command type="AfterBuild" command="cp ${TargetFile} ${SolutionDir}/GameData130/${SolutionName}" />
<Command type="Execute" command="/usr/bin/wine /home/realgecko/Development/KSP130/KSP_x64.exe" workingdir="/home/realgecko/Development/KSP130/" />
<Command type="AfterBuild" command="cp ${TargetFile} /home/realgecko/Development/KSP/GameData/${SolutionName}" />
<Command type="AfterBuild" command="cp ${TargetFile} ${SolutionDir}/GameData/${SolutionName}" />
<Command type="Execute" command="/usr/bin/wine /home/realgecko/Development/KSP/KSP_x64.exe" workingdir="/home/realgecko/Development/KSP/" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Assembly-CSharp">
<HintPath>..\..\KSP130\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\KSP\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\KSP130\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\KSP130\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\KSP\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 0f99877

Please sign in to comment.