Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Majiir committed Oct 7, 2014
2 parents 4b0a6ca + b9440cb commit 1688b8a
Show file tree
Hide file tree
Showing 11 changed files with 395 additions and 1,205 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ _UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

# Windows
Thumbs.db

# Kethane Utilities Ignores
/ModFolder/
/KethaneRelease/
Expand Down
7 changes: 5 additions & 2 deletions Plugin/Kethane/Kethane.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="GeodesicGrid" />
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -48,6 +51,8 @@
<Compile Include="Generators\CellularResourceGenerator.cs" />
<Compile Include="PartModules\PartExtensions.cs" />
<Compile Include="ResourceData.cs" />
<Compile Include="UserInterface\MainMenuOverlay.cs" />
<Compile Include="UserInterface\OverlayRenderer.cs" />
<Compile Include="Utilities\CompatibilityChecker.cs" />
<Compile Include="Utilities\InstallCleanup.cs" />
<Compile Include="Generators\LegacyResourceGenerator.cs" />
Expand Down Expand Up @@ -79,8 +84,6 @@
<Compile Include="SettingsManager.cs" />
<Compile Include="UserInterface\TerrainData.cs" />
<Compile Include="PartModules\TimedMovingAverage.cs" />
<Compile Include="UserInterface\WindowToggle.cs" />
<Compile Include="Toolbar\ToolbarWrapper.cs" />
<Compile Include="Utilities\LicenseSentinel.cs" />
<Compile Include="Utilities\TutorialInstaller.cs" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Plugin/Kethane/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyInformationalVersion("0.9")]
[assembly: AssemblyInformationalVersion("0.9.1")]
Loading

0 comments on commit 1688b8a

Please sign in to comment.