We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f172fc + 21829a3 commit b493d57Copy full SHA for b493d57
src/Squirrel/UpdateInfo.cs
@@ -63,7 +63,7 @@ public static UpdateInfo Create(ReleaseEntry currentVersion, IEnumerable<Release
63
return new UpdateInfo(null, new[] { latestFull }, packageDirectory);
64
}
65
66
- if (currentVersion.Version == latestFull.Version) {
+ if (currentVersion.Version >= latestFull.Version) {
67
return new UpdateInfo(currentVersion, Enumerable.Empty<ReleaseEntry>(), packageDirectory);
68
69
0 commit comments