File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
30
30
' You can specify all the values or you can default the Build and Revision Numbers
31
31
' by using the '*' as shown below:
32
32
33
- < Assembly : AssemblyVersion( "1.0.0.2 " )>
34
- < Assembly : AssemblyFileVersion( "1.0.0.2 " )>
33
+ < Assembly : AssemblyVersion( "1.0.0.3 " )>
34
+ < Assembly : AssemblyFileVersion( "1.0.0.3 " )>
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ Public Module ScriptAddin
293
293
ScriptDefDic( "skipscripts" )(ScriptDefDic( "skipscripts" ).Length - 1 ) = False
294
294
ElseIf deftype = "dir" Then
295
295
dirglobal = defval
296
- Else
296
+ ElseIf deftype <> "" Then
297
297
Return "Error in getScriptDefinitions: invalid type '" + deftype + "' found in script definition!"
298
298
End If
299
299
Next
You can’t perform that action at this time.
0 commit comments