Skip to content

Commit 7a33c02

Browse files
committed
2023.12.15.0
Fix 'GetCurrentMaxVer' bug
1 parent 5bd79ff commit 7a33c02

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Diff for: Changelog.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# 2023.12.14.1
1+
# 2023.12.15.0
22

3-
*2023-12-14*
3+
*2023-12-15*
44

55
- Fixed
66
- Twitter: some twitter profiles don't download completely
7+
- Minor bugs
78

89
# 2023.12.14.0
910

Diff for: SCrawler.Shared/Functions.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Namespace [Shared]
2323
Next
2424
End If
2525
End With
26-
If versions.Count > 0 Then Return versions.LastOrDefault
26+
If versions.Count > 0 Then Return versions.Max
2727
End If
2828
Catch
2929
End Try

Diff for: SCrawler.Shared/My Project/AssemblyInfo.vb

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232
' by using the '*' as shown below:
3333
' <Assembly: AssemblyVersion("1.0.*")>
3434

35-
<Assembly: AssemblyVersion("2023.12.7.0")>
36-
<Assembly: AssemblyFileVersion("2023.12.7.0")>
35+
<Assembly: AssemblyVersion("2023.12.15.0")>
36+
<Assembly: AssemblyFileVersion("2023.12.15.0")>
3737
<Assembly: NeutralResourcesLanguage("en")>

Diff for: SCrawler/My Project/AssemblyInfo.vb

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232
' by using the '*' as shown below:
3333
' <Assembly: AssemblyVersion("1.0.*")>
3434

35-
<Assembly: AssemblyVersion("2023.12.14.1")>
36-
<Assembly: AssemblyFileVersion("2023.12.14.1")>
35+
<Assembly: AssemblyVersion("2023.12.15.0")>
36+
<Assembly: AssemblyFileVersion("2023.12.15.0")>
3737
<Assembly: NeutralResourcesLanguage("en")>

0 commit comments

Comments
 (0)