File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- # 2023.12.14.1
1
+ # 2023.12.15.0
2
2
3
- * 2023-12-14 *
3
+ * 2023-12-15 *
4
4
5
5
- Fixed
6
6
- Twitter: some twitter profiles don't download completely
7
+ - Minor bugs
7
8
8
9
# 2023.12.14.0
9
10
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Namespace [Shared]
23
23
Next
24
24
End If
25
25
End With
26
- If versions.Count > 0 Then Return versions.LastOrDefault
26
+ If versions.Count > 0 Then Return versions.Max
27
27
End If
28
28
Catch
29
29
End Try
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
32
32
' by using the '*' as shown below:
33
33
' <Assembly: AssemblyVersion("1.0.*")>
34
34
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" )>
37
37
< Assembly : NeutralResourcesLanguage( "en" )>
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
32
32
' by using the '*' as shown below:
33
33
' <Assembly: AssemblyVersion("1.0.*")>
34
34
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 " )>
37
37
< Assembly : NeutralResourcesLanguage( "en" )>
You can’t perform that action at this time.
0 commit comments