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: ' - - + +