Skip to content

Commit 18da38e

Browse files
committed
Declaring this fork **EXPERIMENTAL**.
1 parent 20f7b58 commit 18da38e

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Module Manager :: Changes
1+
# Module Manager /L Experimental :: Changes
2+
*Lasciate ogne speranza, voi ch'intrate*
3+
- - -
24

35
* 2018-1011: 3.0.7.4 (Lisias) for KSP 1.4
46
+ We have moved to the properly maintained /L Division! :)

CHANGE_LOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Module Manager :: Change Log
1+
# Module Manager /L Experimental :: Change Log
2+
*Lasciate ogne speranza, voi ch'intrate*
3+
- - -
24

35
* 2018-1011: 3.0.7.4 (Lisias) for KSP 1.4
46
+ We have moved to the properly maintained /L Division! :)

ModuleManager.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"NAME" : "Module Manager Unofficial",
2+
"NAME" : "Module Manager /L Experimental",
33
"URL" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/ModuleManager.version",
44
"DOWNLOAD" : "https://github.com/net-lisias-ksp/ModuleManager/releases",
55
"CHANGE_LOG" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGE_LOG.md",

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Module Manager /L
1+
# Module Manager /L Experimental
2+
*Lasciate ogne speranza, voi ch'intrate*
3+
- - -
24

35
ModuleManager is mod that let you write patch file that edit other part at load time.
46

5-
This is Lisias' fork for Module Mamager.
7+
This is Lisias' Experimental fork for Module Mamager.
68

79

810
## In a Hurry

Source/ModuleManager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Change them to the values specific to your project.
66

77
[assembly: AssemblyTitle("ModuleManager")]
8-
[assembly: AssemblyDescription("")]
8+
[assembly: AssemblyDescription("Module Manager /L Experimental")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("")]

Source/ModuleManager/Properties/Version.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ namespace ModuleManager
9595
public const int patch = <#= patch #>;
9696
public const int build = <#= build #>;
9797
public const string Number = "<#= major #>.<#= minor #>.<#= patch #>.<#= build #>";
98-
public const string Text = Number + " /L";
98+
public const string Text = Number + " /L Experimental";
9999
}
100100
}

0 commit comments

Comments
 (0)