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 642a365 commit 2a7ca87Copy full SHA for 2a7ca87
PSModuleDevelopment/PSModuleDevelopment.psm1
@@ -1,5 +1,5 @@
1
$script:PSModuleRoot = $PSScriptRoot
2
-$script:PSModuleVersion = "2.2.5.30"
+$script:PSModuleVersion = "2.2.5.31"
3
4
$script:doDotSource = $false
5
if (Get-PSFConfigValue -FullName PSModuleDevelopment.Import.DoDotSource) { $script:doDotSource = $true }
0 commit comments