Skip to content

Commit

Permalink
Turn off bypassing the cache update and only displaying...
Browse files Browse the repository at this point in the history
the latest version.
  • Loading branch information
DrewNaylor committed Oct 5, 2020
1 parent e1e81e4 commit 256ca6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guinget/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<value>True</value>
</setting>
<setting name="DebuggingBypassCacheUpdate" serializeAs="String">
<value>True</value>
<value>False</value>
</setting>
<setting name="OnlyDisplayLatestPackageVersion" serializeAs="String">
<value>False</value>
Expand Down
2 changes: 1 addition & 1 deletion guinget/My Project/Settings.Designer.vb

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

2 changes: 1 addition & 1 deletion guinget/My Project/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="OnlyDisplayLatestPackageVersion" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>

0 comments on commit 256ca6d

Please sign in to comment.