Skip to content

Commit 7a1e0fd

Browse files
author
bartz24games@gmail.com
committed
Potential fix for a docs generation error
1 parent c1cb11b commit 7a1e0fd

4 files changed

Lines changed: 116 additions & 122 deletions

File tree

FormMain.Designer.cs

Lines changed: 114 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FormMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace FF13Randomizer
1919
{
2020
public partial class FormMain : Form
2121
{
22-
public static string Version { get; set; } = "1.9.0.Pre-5";
22+
public static string Version { get; set; } = "1.9.0.Pre-6";
2323

2424
public static bool PlandoModified { get; set; } = false;
2525

FormMain.resx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,6 @@ Stats:
214214

215215
Other special nodes:
216216
-Set only the "New Type"</value>
217-
</data>
218-
<data name="label18.Text" xml:space="preserve">
219-
<value>NOTES:
220-
-Only works with English voices right now!
221-
222-
-In case you didn't know, you can pick both a flag preset and tweak preset.
223-
224-
-Very crude logs for crystarium and treasures can
225-
be found in the logs folder where this program is located</value>
226217
</data>
227218
<data name="label8.Text" xml:space="preserve">
228219
<value>NOTES:

VersionOrder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public class VersionOrder
2121
"1.9.0.Pre-2",
2222
"1.9.0.Pre-3",
2323
"1.9.0.Pre-4",
24+
"1.9.0.Pre-5",
2425
FormMain.Version
2526
};
2627

0 commit comments

Comments
 (0)