File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
<Identity
11
11
Name =" 49543SystemTrayMenu.SystemTrayMenu"
12
12
Publisher =" CN=5884501C-92ED-45DE-9508-9D987C314243"
13
- Version =" 1.2.4 .0" />
13
+ Version =" 1.2.5 .0" />
14
14
15
15
<Properties >
16
16
<DisplayName >SystemTrayMenu</DisplayName >
Original file line number Diff line number Diff line change 39
39
// You can specify all the values or you can default the Build and Revision Numbers
40
40
// by using the '*' as shown below:
41
41
// [assembly: AssemblyVersion("1.0.*")]
42
- [ assembly: AssemblyVersion ( "1.2.4 .0" ) ]
43
- [ assembly: AssemblyFileVersion ( "1.2.4 .0" ) ]
42
+ [ assembly: AssemblyVersion ( "1.2.5 .0" ) ]
43
+ [ assembly: AssemblyFileVersion ( "1.2.5 .0" ) ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ internal static void Initialize()
25
25
{
26
26
string fileNamePath = GetLogFilePath ( ) ;
27
27
FileInfo fileInfo = new ( fileNamePath ) ;
28
- if ( fileInfo . Length > 2000000 )
28
+ if ( fileInfo . Exists && fileInfo . Length > 2000000 )
29
29
{
30
30
string fileNamePathLast = GetLogFilePath ( LogfileLastExtension ) ;
31
31
You can’t perform that action at this time.
0 commit comments