From 7a33c0249701cc65388497894e9769c7ab4d6892 Mon Sep 17 00:00:00 2001 From: Andy <88590076+AAndyProgram@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:51:35 +0300 Subject: [PATCH] 2023.12.15.0 Fix 'GetCurrentMaxVer' bug --- Changelog.md | 5 +++-- SCrawler.Shared/Functions.vb | 2 +- SCrawler.Shared/My Project/AssemblyInfo.vb | 4 ++-- SCrawler/My Project/AssemblyInfo.vb | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7d41485..1b2280b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,10 @@ -# 2023.12.14.1 +# 2023.12.15.0 -*2023-12-14* +*2023-12-15* - Fixed - Twitter: some twitter profiles don't download completely + - Minor bugs # 2023.12.14.0 diff --git a/SCrawler.Shared/Functions.vb b/SCrawler.Shared/Functions.vb index cb8be34..233eafe 100644 --- a/SCrawler.Shared/Functions.vb +++ b/SCrawler.Shared/Functions.vb @@ -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 diff --git a/SCrawler.Shared/My Project/AssemblyInfo.vb b/SCrawler.Shared/My Project/AssemblyInfo.vb index df82b6d..03cb5b0 100644 --- a/SCrawler.Shared/My Project/AssemblyInfo.vb +++ b/SCrawler.Shared/My Project/AssemblyInfo.vb @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/SCrawler/My Project/AssemblyInfo.vb b/SCrawler/My Project/AssemblyInfo.vb index cbd98aa..f1bdf57 100644 --- a/SCrawler/My Project/AssemblyInfo.vb +++ b/SCrawler/My Project/AssemblyInfo.vb @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + +