File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" )>
Original file line number Diff line number Diff 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" )>
You can’t perform that action at this time.
0 commit comments