File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed
Source/ModuleManager/Properties Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
- # Module Manager :: Changes
1
+ # Module Manager /L Experimental :: Changes
2
+ * Lasciate ogne speranza, voi ch'intrate*
3
+ - - -
2
4
3
5
* 2018-1011: 3.0.7.4 (Lisias) for KSP 1.4
4
6
+ We have moved to the properly maintained /L Division! :)
Original file line number Diff line number Diff line change 1
- # Module Manager :: Change Log
1
+ # Module Manager /L Experimental :: Change Log
2
+ * Lasciate ogne speranza, voi ch'intrate*
3
+ - - -
2
4
3
5
* 2018-1011: 3.0.7.4 (Lisias) for KSP 1.4
4
6
+ We have moved to the properly maintained /L Division! :)
Original file line number Diff line number Diff line change 1
1
{
2
- "NAME" : "Module Manager Unofficial ",
2
+ "NAME" : "Module Manager /L Experimental ",
3
3
"URL" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/ModuleManager.version",
4
4
"DOWNLOAD" : "https://github.com/net-lisias-ksp/ModuleManager/releases",
5
5
"CHANGE_LOG" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGE_LOG.md",
Original file line number Diff line number Diff line change 1
- # Module Manager /L
1
+ # Module Manager /L Experimental
2
+ * Lasciate ogne speranza, voi ch'intrate*
3
+ - - -
2
4
3
5
ModuleManager is mod that let you write patch file that edit other part at load time.
4
6
5
- This is Lisias' fork for Module Mamager.
7
+ This is Lisias' Experimental fork for Module Mamager.
6
8
7
9
8
10
## In a Hurry
Original file line number Diff line number Diff line change 5
5
// Change them to the values specific to your project.
6
6
7
7
[ assembly: AssemblyTitle ( "ModuleManager" ) ]
8
- [ assembly: AssemblyDescription ( "" ) ]
8
+ [ assembly: AssemblyDescription ( "Module Manager /L Experimental " ) ]
9
9
[ assembly: AssemblyConfiguration ( "" ) ]
10
10
[ assembly: AssemblyCompany ( "" ) ]
11
11
[ assembly: AssemblyProduct ( "" ) ]
Original file line number Diff line number Diff line change @@ -95,6 +95,6 @@ namespace ModuleManager
95
95
public const int patch = <#= patch #>;
96
96
public const int build = <#= build #>;
97
97
public const string Number = "<#= major #>.<#= minor #>.<#= patch #>.<#= build #>";
98
- public const string Text = Number + " /L";
98
+ public const string Text = Number + " /L Experimental ";
99
99
}
100
100
}
You can’t perform that action at this time.
0 commit comments