File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ internal string Parse()
295295 options . Append ( string . Format ( COPY_FLAGS , cleanedCopyFlags ) ) ;
296296 Debugger . Instance . DebugMessage ( string . Format ( "Parsing CopyOptions progress ({0})." , options . ToString ( ) ) ) ;
297297 }
298- if ( ! cleanedDirectoryCopyFlags . IsNullOrWhiteSpace ( ) )
298+ if ( ! cleanedDirectoryCopyFlags . IsNullOrWhiteSpace ( ) && version >= 5.1260026 )
299299 {
300300 options . Append ( string . Format ( DIRECTORY_COPY_FLAGS , cleanedDirectoryCopyFlags ) ) ;
301301 Debugger . Instance . DebugMessage ( string . Format ( "Parsing CopyOptions progress ({0})." , options . ToString ( ) ) ) ;
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >RoboSharp</id >
5- <version >1.0.26 </version >
5+ <version >1.0.27 </version >
66 <title >RoboSharp</title >
77 <authors >Terry Phillips</authors >
88 <owners >Terry Phillips</owners >
You can’t perform that action at this time.
0 commit comments