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.
1 parent 8877944 commit 21829a3Copy full SHA for 21829a3
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