Skip to content

Commit

Permalink
Fix build errors (#124)
Browse files Browse the repository at this point in the history
* Build: Add missing RemoteTechAntenna.cs to .csproj

* CHANGELOG.md: Add Sir Mortimer's changes

* Build: Release dll (v.1.7.2)
  • Loading branch information
PiezPiedPy authored and steamport committed Jul 9, 2018
1 parent 3363174 commit 26f6912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

### Changes since the last release

* RemoteTech antennas can now be controlled in vessel Automation (Sir Mortimer)
* Vessel group filter can now search for vessel names that contain multiple words (Sir Mortimer)
* Changed the Small Supply Container to be really 0.625m in diameter, not 0.5m (Gordon Dry)
* Added radiation belts to ExtraSolar planets and moons - science definition texts still missing (Gordon Dry)
* Fixed a commented out bracket in another patch that hindered the Bluedog_DB geiger counter to be a sensor (Gordon Dry)
Expand Down
Binary file modified GameData/Kerbalism/Kerbalism.dll
Binary file not shown.
1 change: 1 addition & 0 deletions src/Kerbalism.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
<Compile Include="Automation\Devices\Harvester.cs" />
<Compile Include="Automation\Devices\Laboratory.cs" />
<Compile Include="Automation\Devices\Experiment.cs" />
<Compile Include="Automation\Devices\RemoteTechAntenna.cs" />
<Compile Include="Automation\Devices\Scanner.cs" />
<Compile Include="Automation\Script.cs" />
<Compile Include="Background.cs" />
Expand Down

0 comments on commit 26f6912

Please sign in to comment.