Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 0446905

Browse files
committed
push 1.2.1
1 parent ad2ac45 commit 0446905

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

ModInstaller/Backend/JSON/JSONModList.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ public static ModListFormat[] GetModLists(bool reload = false, string[] jsonfile
153153
{
154154
if(_mlf[i].Modlist[x].DelInfoArray == null) {continue;}
155155
_mlf[i].Modlist[x].DelInfo = new string(string.Join('?', _mlf[i].Modlist[x].DelInfoArray));
156-
Console.WriteLine(_mlf[i].Modlist[x].DelInfo);
157156
}
158157
}
159158

ModInstaller/Form1.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ModInstaller/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void startdebugconsole()
157157

158158
private void LoadGUI(object sender, EventArgs e)
159159
{
160-
AutoUpdater.InstalledVersion = new Version("1.2.0");
160+
AutoUpdater.InstalledVersion = new Version("1.2.1");
161161
AutoUpdater.Start("https://raw.githubusercontent.com/WFIOST/H3VR-Mod-Installer-Database/main/Database/updateinfo.xml");
162162
//displays screen if out of date, updates automatically. no downside other than it uses fucking xml -- potaotes
163163
//also note it gets the current ver from the assembly file ver, so make sure to update that!

0 commit comments

Comments
 (0)