diff --git a/Source/AppScaffolding/LibationScaffolding.cs b/Source/AppScaffolding/LibationScaffolding.cs index 629fbfce..5c6af0df 100644 --- a/Source/AppScaffolding/LibationScaffolding.cs +++ b/Source/AppScaffolding/LibationScaffolding.cs @@ -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