diff --git a/d365fo.tools/d365fo.tools.psd1 b/d365fo.tools/d365fo.tools.psd1 index 42547372..a61b8813 100644 --- a/d365fo.tools/d365fo.tools.psd1 +++ b/d365fo.tools/d365fo.tools.psd1 @@ -3,7 +3,7 @@ RootModule = 'd365fo.tools.psm1' # Version number of this module. - ModuleVersion = '0.7.1' + ModuleVersion = '0.7.2' # ID used to uniquely identify this module GUID = '7c7b26d4-f764-4cb0-a692-459a0a689dbb' diff --git a/d365fo.tools/d365fo.tools.psm1 b/d365fo.tools/d365fo.tools.psm1 index 225243d4..98f4c97b 100644 --- a/d365fo.tools/d365fo.tools.psm1 +++ b/d365fo.tools/d365fo.tools.psm1 @@ -1,5 +1,5 @@ $script:ModuleRoot = $PSScriptRoot -$script:ModuleVersion = "0.7.1" +$script:ModuleVersion = "0.7.2" # Detect whether at some level dotsourcing was enforced $script:doDotSource = Get-PSFConfigValue -FullName d365fo.tools.Import.DoDotSource -Fallback $false diff --git a/d365fo.tools/functions/invoke-d365dbsync.ps1 b/d365fo.tools/functions/invoke-d365dbsync.ps1 index d09bfd5a..5556f0e6 100644 --- a/d365fo.tools/functions/invoke-d365dbsync.ps1 +++ b/d365fo.tools/functions/invoke-d365dbsync.ps1 @@ -149,4 +149,4 @@ function Invoke-D365DbSync { Invoke-Process -Executable $executable -Params $params -ShowOriginalProgress:$ShowOriginalProgress -OutputCommandOnly:$OutputCommandOnly -LogPath $LogPath Invoke-TimeSignal -End -} +} \ No newline at end of file