File tree Expand file tree Collapse file tree 3 files changed +22
-12
lines changed
Source/ModuleManager/Properties Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "NAME" : "Module Manager Unofficial",
3- "URL" : "https://raw.githubusercontent.com/net-lisias-kspu /ModuleManager/master/ModuleManager.version",
4- "DOWNLOAD" : "https://github.com/net-lisias-kspu /ModuleManager/releases",
5- "CHANGE_LOG" : "https://raw.githubusercontent.com/net-lisias-kspu /ModuleManager/master/CHANGE_LOG.md",
6- "CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-kspu /ModuleManager/master/CHANGES.md",
3+ "URL" : "https://raw.githubusercontent.com/net-lisias-ksp /ModuleManager/master/ModuleManager.version",
4+ "DOWNLOAD" : "https://github.com/net-lisias-ksp /ModuleManager/releases",
5+ "CHANGE_LOG" : "https://raw.githubusercontent.com/net-lisias-ksp /ModuleManager/master/CHANGE_LOG.md",
6+ "CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp /ModuleManager/master/CHANGES.md",
77 "GITHUB": {
8- "USERNAME" : "net-lisias-kspu ",
8+ "USERNAME" : "net-lisias-ksp ",
99 "REPOSITORY" : "ModuleManager",
1010 "ALLOW_PRE_RELEASE" : false
1111 },
Original file line number Diff line number Diff line change 1- # Module Manager Unofficial
1+ # Module Manager /L
22
3- ModuleManager is mod that let you write patch file that edit other part at load time. Unofficial fork by Lisias.
3+ ModuleManager is mod that let you write patch file that edit other part at load time.
4+
5+ This is Lisias' fork for Module Mamager.
46
57
68## In a Hurry
79
8- * [ Releases] ( https://github.com/net-lisias-kspu/ModuleManager/Archive )
9- * [ Source] ( https://github.com/net-lisias-kspu/ModuleManager )
10- * [ Latest Release] ( https://github.com/net-lisias-kspu/ModuleManager/releases )
11- * [ Change Log] ( ./CHANGE_LOG.md )
10+ * [ Releases] ( https://github.com/net-lisias-ksp/ModuleManager/Archive )
11+ * [ Latest Release] ( https://github.com/net-lisias-ksp/ModuleManager/releases )
12+ * [ Source] ( https://github.com/net-lisias-ksp/ModuleManager )
13+ * [ Issue Tracker] ( https://github.com/net-lisias-ksp/ModuleManager/issues )
14+ * Documentation
15+ + [Homepage](http://ksp.lisias.net/add-ons/ModuleManager) on L Aerospace KSP Division
16+ + [Project's README](https://github.com/net-lisias-ksp/ModuleManager/blob/master/README.md)
17+ + [Change Log](./CHANGE_LOG.md)
18+ + [TODO](./TODO.md) list
19+ * Official Distribution Sites:
20+ + [Homepage](http://ksp.lisias.net/add-ons/ModuleManager) on L Aerospace
21+ + [Source and Binaries](https://github.com/net-lisias-ksp/ModuleManager) on GitHub.
1222
1323
1424## Description
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 + " Unofficial ";
98+ public const string Text = Number + " /L ";
9999 }
100100}
You can’t perform that action at this time.
0 commit comments