You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/c#/GeneralUpdate.Bowl/Strategys/WindowStrategy.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
usingSystem.Runtime.InteropServices;
6
6
usingGeneralUpdate.Bowl.Internal;
7
7
usingGeneralUpdate.Common.FileBasic;
8
+
usingGeneralUpdate.Common.Internal.Bootstrap;
8
9
9
10
namespaceGeneralUpdate.Bowl.Strategys;
10
11
@@ -101,6 +102,6 @@ private void SetEnvironment()
101
102
* If the latest version number obtained via an HTTP request is less than or equal to the exception version number, the update is skipped.
102
103
* Once this version number is set, it will not be removed, and updates will not proceed until a version greater than the exception version number is obtained through the HTTP request.
Read the version number of the last failed upgrade from the system environment variables, then compare it with the version number of the current request.
295
294
If it is less than or equal to the failed version number, do not perform the update.
0 commit comments