Skip to content

Commit

Permalink
Updated version numbers and precompiled binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwerle committed Jun 29, 2019
1 parent 1af4e91 commit 25f09af
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ Major features are **bolded**, contributors are *emphasized*.
+ Compatible with taniwha's Custom Bulkhead Profiles mod.
* Disabled controlling the flow of some of the experiment resources via tweakables.
+ MSL_LabTime still needs to flow to support the MEP experiments.
* Disabled the "Reset" button of the Experiment Results Dialog for all experiments.
* Disabled the "Reset" button of the Experiment Results Dialog for all experiments (fixes #8)
* Implemented alarm handling when pausing and loading the game (fixes #32)

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

### MEE
### MEP
* Bugs fixed:
+ KAC Alarms not created properly for MEP experiments.
* Added MSL-1000 or MPL-600 labs as requirements for MEP experiments.
Expand Down
2 changes: 1 addition & 1 deletion GameData/NehemiahInc/NEOS.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"MAJOR":0,
"MINOR":8,
"PATCH":1,
"BUILD":26
"BUILD":28
},
"KSP_VERSION":
{
Expand Down
Binary file modified GameData/NehemiahInc/NE_Science_Common/Plugins/NE_Science.dll
Binary file not shown.
Binary file modified GameData/NehemiahInc/NE_Science_Common/Plugins/NE_Science.dll.mdb
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.1b2" />
<property name="OSS.Version" value="0.8.1b2" />
<property name="KRP.Version" value="0.8.1b2" />
<property name="KEES.Version" value="0.8.1b2" />
<property name="NEOS.Version" value="0.8.1b3" />
<property name="OSS.Version" value="0.8.1b3" />
<property name="KRP.Version" value="0.8.1b3" />
<property name="KEES.Version" value="0.8.1b3" />

<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.36")]
[assembly: AssemblyVersion("0.8.3.37")]
#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.36")]
[assembly: AssemblyFileVersion("0.8.3.37")]
[assembly: KSPAssembly("NE_Science", 0, 83)]

0 comments on commit 25f09af

Please sign in to comment.