Skip to content

Commit

Permalink
recompilation for KSP 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ItMustBeACamel committed Mar 30, 2016
1 parent 064aa28 commit 77156ef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bind trim controls to keys

## Installation

Simply copy the contents of this package to your KSPs GameData folder
Simply copy the content of this package to your KSPs GameData folder
6 changes: 3 additions & 3 deletions TrimPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
"VERSION" : {
"MAJOR" : 1,
"MINOR" : 0,
"MINOR" : 1,
"PATCH" : 0,
"BUILD" : 0
},
"DOWNLOAD" : "https://github.com/ItMustBeACamel/KSP_TrimPlus/releases",
"KSP_VERSION" : {
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 5
"MINOR" : 1,
"PATCH" : 0
}
}

4 changes: 2 additions & 2 deletions source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
4 changes: 4 additions & 0 deletions source/TrimPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Kerbal Space Program\1.0.5_dev\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="KSPUtil, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Release\KSPUtil.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down

0 comments on commit 77156ef

Please sign in to comment.