Add back a check that was removed for testing
This commit is contained in:
parent
fca946bf15
commit
36264c6c6e
@ -366,6 +366,9 @@ namespace AppScaffolding
|
||||
if (!Version.TryParse(latestVersionString, out var latestRelease))
|
||||
return null;
|
||||
|
||||
// we're up to date
|
||||
if (latestRelease <= BuildVersion)
|
||||
return null;
|
||||
|
||||
// we have an update
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user