mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Update default command version setting to 1.2.2
This commit is contained in:
parent
f678b10171
commit
2bbe0e1a65
@ -38,7 +38,7 @@
|
|||||||
<value />
|
<value />
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="CommandVersion" serializeAs="String">
|
<setting name="CommandVersion" serializeAs="String">
|
||||||
<value />
|
<value>1.2.2</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="IsTopMost" serializeAs="String">
|
<setting name="IsTopMost" serializeAs="String">
|
||||||
<value>False</value>
|
<value>False</value>
|
||||||
|
@ -133,7 +133,7 @@ namespace GrasscutterTools.Properties {
|
|||||||
|
|
||||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
[global::System.Configuration.DefaultSettingValueAttribute("1.2.2")]
|
||||||
public string CommandVersion {
|
public string CommandVersion {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["CommandVersion"]));
|
return ((string)(this["CommandVersion"]));
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<Value Profile="(Default)" />
|
<Value Profile="(Default)" />
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="CommandVersion" Type="System.String" Scope="User">
|
<Setting Name="CommandVersion" Type="System.String" Scope="User">
|
||||||
<Value Profile="(Default)" />
|
<Value Profile="(Default)">1.2.2</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="IsTopMost" Type="System.Boolean" Scope="User">
|
<Setting Name="IsTopMost" Type="System.Boolean" Scope="User">
|
||||||
<Value Profile="(Default)">False</Value>
|
<Value Profile="(Default)">False</Value>
|
||||||
|
Loading…
Reference in New Issue
Block a user