Skip to content

Commit 6933f24

Browse files
authored
Merge pull request #10 from Olympic1/develop
v4.2
2 parents f45007e + 58ef9f0 commit 6933f24

File tree

7 files changed

+11
-35
lines changed

7 files changed

+11
-35
lines changed

GameData/LTech/LTech.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"MAJOR":0,
1414
"MINOR":4,
15-
"PATCH":1,
15+
"PATCH":2,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":
0 Bytes
Binary file not shown.

GameData/LTech/v0.4.1.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

GameData/LTech/v0.4.2.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Changes since v4.1
2+
------------------
3+
* Fixed camera

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,8 @@ L-Tech Sciencific Industries is a mod designed to add to the career mode of Kerb
2727
* [RasterPropMonitor](http://forum.kerbalspaceprogram.com/index.php?/topic/105821-*)
2828
* [Snacks](https://github.com/Angel-125/Snacks/releases)
2929

30-
#### New in v0.4.1
31-
* Updated for KSP 1.2
32-
* Added abbreviation and hsp to resources
33-
* Fixed TweakScale for airbrake
34-
* Fixed loading RPM modules when not installed
35-
* Removed unused code
36-
* Updated access modifiers
37-
* Fixed possible bug that prevented generating Insight
38-
* Comment code that spammed log
39-
* Updated ToolbarWrapper
40-
* Added Alternate Resource Panel icons
41-
* Added license into source files
30+
#### New in v0.4.2
31+
* Fixed camera
4232

4333
#### Downloads
4434
* [![][GH:logo]][GH:url]
@@ -65,11 +55,11 @@ This work is licensed under the MIT License.
6555

6656
[GH:url]: https://github.com/Olympic1/L-Tech/releases
6757
[GH:logo]: http://i59.tinypic.com/2i11u2d.jpg
68-
[DB:url]: https://www.dropbox.com/s/ahydhrgppmap680/L-Tech_Scientific_Industries_Continued-v0.4.1.0.zip?dl=0
58+
[DB:url]: https://www.dropbox.com/s/b819xf178vi3fy3/L-Tech_Scientific_Industries_Continued-v0.4.2.0.zip?dl=0
6959
[DB:logo]: http://i60.tinypic.com/70jj43.jpg
70-
[OD:url]: https://1drv.ms/u/s!AlH25jPUX2gF2l0A4LoOixIbBWei
60+
[OD:url]: https://1drv.ms/u/s!AlH25jPUX2gF2l6i0u65dUsdQtCs
7161
[OD:logo]: http://i67.tinypic.com/169lvds.png
72-
[BX:url]: https://app.box.com/s/601cn68eqj2x79uq651d4sgtnkpu940z
62+
[BX:url]: https://app.box.com/s/lew4fv18r17ttwl4rv3nfh6ie2qo1r74
7363
[BX:logo]: http://i68.tinypic.com/2zxur92.png
7464

7565
[SD:url]: https://spacedock.info/mod/227

Source/LtScience/LtScience.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
<SpecificVersion>False</SpecificVersion>
3636
<HintPath>..\..\..\..\..\..\..\Games\KSP\KSP_Dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
3737
</Reference>
38-
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
39-
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>..\..\..\..\..\..\..\Games\KSP\KSP_Dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
41-
</Reference>
4238
<Reference Include="System" />
4339
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
4440
<SpecificVersion>False</SpecificVersion>

Source/LtScience/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.4.1.0")]
35-
[assembly: AssemblyFileVersion("0.4.1.0")]
34+
[assembly: AssemblyVersion("0.4.2.0")]
35+
[assembly: AssemblyFileVersion("0.4.2.0")]
3636
[assembly: KSPAssembly("LtScience", 0, 4)]

0 commit comments

Comments
 (0)