Skip to content

Commit d87ed63

Browse files
committed
Release 1.116.2025
1 parent 1743653 commit d87ed63

3 files changed

Lines changed: 205 additions & 192 deletions

File tree

Functions/GenXdev.FileSystem/Move-ItemWithTracking.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static extern bool MoveFileEx(
117117
# get detailed error information on failure
118118
$errorCode = [System.Runtime.InteropServices.Marshal]:: `
119119
GetLastWin32Error()
120-
throw "Move failed from '$fullSourcePath' to " + `
120+
throw "Move failed from '$fullSourcePath' to " +
121121
"'$fullDestPath'. Error: $errorCode"
122122
}
123123

GenXdev.FileSystem.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'GenXdev.FileSystem.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.114.2025'
15+
ModuleVersion = '1.116.2025'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'

0 commit comments

Comments
 (0)