Skip to content

Commit

Permalink
Bumped version numbers, updated Changelog, and committed recompiled p…
Browse files Browse the repository at this point in the history
…lugin.
  • Loading branch information
mwerle committed Jun 23, 2019
1 parent 027ced0 commit b00ee24
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,23 @@ Major features are **bolded**, contributors are *emphasized*.
* Recompiled for KSP 1.7
* Added bulkhead profiles to all parts (fixes #38)
+ Compatible with taniwha's Custom Bulkhead Profiles mod.
* Disabled controlling the flow of the experiment resources via tweakables.
* Disabled controlling the flow of some of the experiment resources via tweakables.
+ MSL_LabTime still needs to flow to support the MEP experiments.

### KEES
* Bugs fixed:
+ Fixed loading and saving of Alarms (fixes #32)
+ Disabled resetting and transmitting experiments from the Science Results
dialog
dialog (fixes #8)

### MEE
* Bugs fixed:
+ KAC Alarms not created properly for MEP experiments.
* Added MSL-1000 or MPL-600 labs as requirements for MEP experiments.


### Kemini:
* Removed Kenmini from Pea pod as it caused the pod to fall off its decoupler.


0.8.0-3 (for KSP 1.7) - 2019.06.22
Expand Down
2 changes: 1 addition & 1 deletion GameData/NehemiahInc/NE-KEES.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"MAJOR":0,
"MINOR":8,
"PATCH":1,
"BUILD":26
"BUILD":27
},
"KSP_VERSION":
{
Expand Down
Binary file modified GameData/NehemiahInc/NE_Science_Common/Plugins/NE_Science.dll
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions OrbitalScience.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
- KEES - Kerbal Environmental Effects Study
- NEOS - Nehemiah Enginneering Orbital Science (Was: All-in-One)
-->
<property name="NEOS.Version" value="0.8.0" />
<property name="OSS.Version" value="0.8.0" />
<property name="KRP.Version" value="0.8.0" />
<property name="KEES.Version" value="0.8.0" />
<property name="NEOS.Version" value="0.8.1b1" />
<property name="OSS.Version" value="0.8.1b1" />
<property name="KRP.Version" value="0.8.1b1" />
<property name="KEES.Version" value="0.8.1b1" />

<property name="CurrMod.dir" value="${build.dir}" />

Expand Down
4 changes: 2 additions & 2 deletions Plugin/NE_Science/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.8.3.34")]
[assembly: AssemblyVersion("0.8.3.35")]
#if DEBUG
[assembly: AssemblyInformationalVersion("0.8.3 Debug for KSP 1.7+")]
#else
[assembly: AssemblyInformationalVersion("0.8.3 for KSP 1.7+")]
#endif
[assembly: AssemblyFileVersion("0.8.3.34")]
[assembly: AssemblyFileVersion("0.8.3.35")]
[assembly: KSPAssembly("NE_Science", 0, 83)]

0 comments on commit b00ee24

Please sign in to comment.