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+ - - -
24
35* 2018-1011: 3.0.7.4 (Lisias) for KSP 1.4
46 + 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+ - - -
24
35* 2018-1011: 3.0.7.4 (Lisias) for KSP 1.4
46 + We have moved to the properly maintained /L Division! :)
Original file line number Diff line number Diff line change 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",
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+ - - -
24
35ModuleManager 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
Original file line number Diff line number Diff line change 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 ( "" ) ]
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments