We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c5976 commit 8b43816Copy full SHA for 8b43816
PSModuleDevelopment/PSModuleDevelopment.psm1
@@ -1,5 +1,5 @@
1
$script:PSModuleRoot = $PSScriptRoot
2
-$script:PSModuleVersion = "2.2.5.31"
+$script:PSModuleVersion = "2.2.5.37"
3
4
$script:doDotSource = $false
5
if (Get-PSFConfigValue -FullName PSModuleDevelopment.Import.DoDotSource) { $script:doDotSource = $true }
0 commit comments