Update default command version setting to 1.2.2

This commit is contained in:
2022-06-28 22:20:28 +08:00
parent f678b10171
commit 2bbe0e1a65
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
<value />
</setting>
<setting name="CommandVersion" serializeAs="String">
<value />
<value>1.2.2</value>
</setting>
<setting name="IsTopMost" serializeAs="String">
<value>False</value>

View File

@ -133,7 +133,7 @@ namespace GrasscutterTools.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
[global::System.Configuration.DefaultSettingValueAttribute("1.2.2")]
public string CommandVersion {
get {
return ((string)(this["CommandVersion"]));

View File

@ -30,7 +30,7 @@
<Value Profile="(Default)" />
</Setting>
<Setting Name="CommandVersion" Type="System.String" Scope="User">
<Value Profile="(Default)" />
<Value Profile="(Default)">1.2.2</Value>
</Setting>
<Setting Name="IsTopMost" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>