Skip to content

Commit

Permalink
Removed unused setting and added one for the path
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgTrade committed Apr 17, 2015
1 parent f7c5441 commit c67db2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions nUpdate.Administration/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<setting name="VersionID" serializeAs="String">
<value>0</value>
</setting>
<setting name="SavePackages" serializeAs="String">
<value>True</value>
<setting name="ProgramPath" serializeAs="String">
<value />
</setting>
</nUpdate.Administration.Properties.Settings>
</userSettings>
Expand Down
10 changes: 5 additions & 5 deletions nUpdate.Administration/Properties/Settings.Designer.cs

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

4 changes: 2 additions & 2 deletions nUpdate.Administration/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<Setting Name="VersionID" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="SavePackages" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
<Setting Name="ProgramPath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>

0 comments on commit c67db2e

Please sign in to comment.