Skip to content

Commit

Permalink
Update Settings
Browse files Browse the repository at this point in the history
Introduce new setting flag for #2 to determine the type of exit route and update version and build number.

Co-Authored-By: Ryan Walpole <[email protected]>
  • Loading branch information
RWELabs and RyanWalpole committed Mar 23, 2023
1 parent 5be54ee commit b4ce88e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
14 changes: 13 additions & 1 deletion src/Moxo QuickWeb/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/Moxo QuickWeb/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Value Profile="(Default)" />
</Setting>
<Setting Name="BuildVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">01022203P</Value>
<Value Profile="(Default)">11312303P</Value>
</Setting>
<Setting Name="CheckUpdate" Type="System.String" Scope="User">
<Value Profile="(Default)">TRUE</Value>
Expand All @@ -20,5 +20,8 @@
<Setting Name="LaunchArg" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CancelRoute" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>

0 comments on commit b4ce88e

Please sign in to comment.