2023.12.15.0

Fix 'GetCurrentMaxVer' bug
This commit is contained in:
Andy
2023-12-14 23:51:35 +03:00
parent 5bd79ff3c2
commit 7a33c02497
4 changed files with 8 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ Namespace [Shared]
Next
End If
End With
If versions.Count > 0 Then Return versions.LastOrDefault
If versions.Count > 0 Then Return versions.Max
End If
Catch
End Try