From 256ca6de457437de33fce2e46032f9b7dfafd891 Mon Sep 17 00:00:00 2001 From: Drew Naylor Date: Mon, 5 Oct 2020 04:17:47 -0400 Subject: [PATCH] Turn off bypassing the cache update and only displaying... the latest version. --- guinget/App.config | 2 +- guinget/My Project/Settings.Designer.vb | 2 +- guinget/My Project/Settings.settings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/guinget/App.config b/guinget/App.config index 59cd2de0..2cbaddbb 100644 --- a/guinget/App.config +++ b/guinget/App.config @@ -50,7 +50,7 @@ True - True + False False diff --git a/guinget/My Project/Settings.Designer.vb b/guinget/My Project/Settings.Designer.vb index 0a426a80..bc25d98c 100644 --- a/guinget/My Project/Settings.Designer.vb +++ b/guinget/My Project/Settings.Designer.vb @@ -200,7 +200,7 @@ Namespace My _ + Global.System.Configuration.DefaultSettingValueAttribute("False")> _ Public Property OnlyDisplayLatestPackageVersion() As Boolean Get Return CType(Me("OnlyDisplayLatestPackageVersion"),Boolean) diff --git a/guinget/My Project/Settings.settings b/guinget/My Project/Settings.settings index 53374a3f..5a293728 100644 --- a/guinget/My Project/Settings.settings +++ b/guinget/My Project/Settings.settings @@ -39,7 +39,7 @@ False - True + False \ No newline at end of file