Skip to content

Commit

Permalink
Version: 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaxi committed Oct 16, 2023
1 parent 3b56cc2 commit 66147ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion d365fo.tools/d365fo.tools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion d365fo.tools/d365fo.tools.psm1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion d365fo.tools/functions/invoke-d365dbsync.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ function Invoke-D365DbSync {
Invoke-Process -Executable $executable -Params $params -ShowOriginalProgress:$ShowOriginalProgress -OutputCommandOnly:$OutputCommandOnly -LogPath $LogPath

Invoke-TimeSignal -End
}
}

0 comments on commit 66147ce

Please sign in to comment.