Add back a check that was removed for testing
This commit is contained in:
parent
fca946bf15
commit
36264c6c6e
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue