We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76314e5 commit 5195805Copy full SHA for 5195805
1 file changed
bootstrap.ps1
@@ -14,9 +14,9 @@ Push-Location $PSScriptRoot
14
$Policy = (Get-PSRepository PSGallery).InstallationPolicy
15
Set-PSRepository PSGallery -InstallationPolicy Trusted
16
try {
17
- Install-Module PSDepend -RequiredVersion 0.2.5 -Scope:$Scope -Repository PSGallery -ErrorAction Stop
+ Install-Module PSDepend -RequiredVersion 0.3.0 -Scope:$Scope -Repository PSGallery -ErrorAction Stop
18
} finally {
19
# Make sure we didn't change anything permanently
20
Set-PSRepository PSGallery -InstallationPolicy:$Policy
21
}
22
-Import-Module PSDepend -RequiredVersion 0.2.5
+Import-Module PSDepend -RequiredVersion 0.3.0
0 commit comments