Skip to content

Commit

Permalink
Update version numbers, changelog, and plugin binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwerle committed Jun 10, 2020
1 parent 718b097 commit 45d2057
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 30 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ Changelog for Nehemiah Engineering Orbital Science

Major features are **bolded**, contributors are *emphasized*.

0.9.1 (for KSP 1.9)
-----------------------------------------------------------
### General
* Significantly nerfed science payout for all experiments.
* Bugs fixed:
+ Fix experiments automatically starting if there are insufficient
crew in the Lab. (No longer creates a KAC alarm unless the experiment is
actually running).
+ Fix experiments not pausing when crew leaves the Lab.
+ Fix "Finalize" not showing the experiment abbreviation.

### Kemini
* Bugs fixed:
+ Fix being unable to Move and Finalize an experiment if the Lab does not
also have storage as is the case with the HGR SoyJuice pods.
+ Fix multiple experiments accruing Lab Time from all Labs.

0.9.0 (for KSP 1.9)
-----------------------------------------------------------
### General
Expand Down
14 changes: 7 additions & 7 deletions GameData/NehemiahInc/NE-KEES.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"VERSION":
{
"MAJOR":0,
"MINOR":8,
"PATCH":2,
"MINOR":9,
"PATCH":1,
"BUILD":29
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":7,
"PATCH":0
"MINOR":9,
"PATCH":1
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":4,
"PATCH":5
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":7,
"MINOR":9,
"PATCH":99
}
}
12 changes: 6 additions & 6 deletions GameData/NehemiahInc/NE-KRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"VERSION":
{
"MAJOR":0,
"MINOR":8,
"MINOR":9,
"PATCH":1,
"BUILD":27
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":7,
"PATCH":0
"MINOR":9,
"PATCH":1
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":4,
"PATCH":5
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":7,
"MINOR":9,
"PATCH":99
}
}
12 changes: 6 additions & 6 deletions GameData/NehemiahInc/NE-OSS.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"VERSION":
{
"MAJOR":0,
"MINOR":8,
"MINOR":9,
"PATCH":1,
"BUILD":27
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":7,
"PATCH":0
"MINOR":9,
"PATCH":1
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":4,
"PATCH":5
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":7,
"MINOR":9,
"PATCH":99
}
}
4 changes: 2 additions & 2 deletions GameData/NehemiahInc/NEOS.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
{
"MAJOR":0,
"MINOR":9,
"PATCH":0,
"BUILD":31
"PATCH":1,
"BUILD":32
},
"KSP_VERSION":
{
Expand Down
Binary file modified GameData/NehemiahInc/NE_Science_Common/Plugins/NE_Science.dll
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.9.0" />
<property name="OSS.Version" value="0.9.0" />
<property name="KRP.Version" value="0.9.0" />
<property name="KEES.Version" value="0.9.0" />
<property name="NEOS.Version" value="0.9.1" />
<property name="OSS.Version" value="0.9.1" />
<property name="KRP.Version" value="0.9.1" />
<property name="KEES.Version" value="0.9.1" />

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

Expand Down
10 changes: 5 additions & 5 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.9.0.40")]
[assembly: AssemblyVersion("0.9.1.41")]
#if DEBUG
[assembly: AssemblyInformationalVersion("0.9.0 Debug for KSP 1.8+")]
[assembly: AssemblyInformationalVersion("0.9.1 Debug for KSP 1.8+")]
#else
[assembly: AssemblyInformationalVersion("0.9.0 for KSP 1.8+")]
[assembly: AssemblyInformationalVersion("0.9.1 for KSP 1.8+")]
#endif
[assembly: AssemblyFileVersion("0.9.0.40")]
[assembly: KSPAssembly("NE_Science", 0, 90)]
[assembly: AssemblyFileVersion("0.9.1.41")]
[assembly: KSPAssembly("NE_Science", 0, 91)]

0 comments on commit 45d2057

Please sign in to comment.