Skip to content

Commit

Permalink
Fixed Installchecker string
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Sep 6, 2019
1 parent db47627 commit 9a9c509
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
Added InstallChecker
Added AssemblyVersion.tt
Added check for multiple SHIPEFFECTS_SETTINGS nodes

1.0.9.1
Fixed Installchecker string
Binary file modified GameData/ShipEffectsContinued/Plugins/ShipEffectsContinued.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/ShipEffectsContinued/ShipEffectsContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"MAJOR": 1,
"MINOR": 0,
"PATCH": 9,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion ShipEffectsContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"MAJOR": 1,
"MINOR": 0,
"PATCH": 9,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion Source/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.0.9.0")]
[assembly: AssemblyVersion("1.0.9.1")]
4 changes: 2 additions & 2 deletions Source/InstallChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ namespace HaystackReContinued
[KSPAddon(KSPAddon.Startup.MainMenu, true)]
internal class InstallChecker : MonoBehaviour
{
private const string MODNAME = "Haystack Continued";
private const string FOLDERNAME = "HaystackContinued";
private const string MODNAME = "Ship Effects Continued";
private const string FOLDERNAME = "ShipEffectsContinued";
private const string EXPECTEDPATH = FOLDERNAME + "/Plugins";

protected void Start()
Expand Down
Binary file modified Source/bin/Debug/ShipEffectsContinued.dll
Binary file not shown.
Binary file modified Source/bin/Debug/ShipEffectsContinued.pdb
Binary file not shown.
Binary file modified Source/obj/Debug/ShipEffectsContinued.dll
Binary file not shown.
Binary file modified Source/obj/Debug/ShipEffectsContinued.pdb
Binary file not shown.

0 comments on commit 9a9c509

Please sign in to comment.