Skip to content

Commit aa6f6b5

Browse files
committed
Pin PSDepend version
1 parent 3322ec2 commit aa6f6b5

12 files changed

Lines changed: 7 additions & 7 deletions

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function PrerequisitesLoaded {
2020
try {
2121
if ((get-module PSDepend -ListAvailable) -eq $null) {
2222
Write-Host "Attempting to install the PSDepend module..."
23-
$null = Install-Module PSDepend -Scope:CurrentUser
23+
$null = Install-Module PSDepend -MinimumVersion 0.3.2 -MaximumVersion 0.3.2 -Scope:CurrentUser
2424
Write-Host 'Installed!'
2525
}
2626
if (get-module PSDepend -ListAvailable) {

plugins/plaster/template/plasterManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
templateType="Project" xmlns="http://www.microsoft.com/schemas/PowerShell/Plaster/v1">
55
<metadata>
66
<name>ModuleBuild</name>
7-
<id>4166dcaa-a486-474c-a766-ed2ae250df68</id>
7+
<id>79f877ac-642d-40ba-b0b6-77d4fd3476a9</id>
88
<version>0.0.1</version>
99
<title>New ModuleBuild Project</title>
1010
<description>Create a new PowerShell Module with a ModuleBuild wrapper</description>

plugins/plaster/template/scaffold/Build.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function PrerequisitesLoaded {
2020
try {
2121
if ((get-module PSDepend -ListAvailable) -eq $null) {
2222
Write-Host "Attempting to install the PSDepend module..."
23-
$null = Install-Module PSDepend -Scope:CurrentUser
23+
$null = Install-Module PSDepend -MinimumVersion 0.3.2 -MaximumVersion 0.3.2 -Scope:CurrentUser
2424
Write-Host 'Installed!'
2525
}
2626
if (get-module PSDepend -ListAvailable) {
Binary file not shown.
Binary file not shown.

release/0.2.4/plugins/plaster/template/plasterManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
templateType="Project" xmlns="http://www.microsoft.com/schemas/PowerShell/Plaster/v1">
55
<metadata>
66
<name>ModuleBuild</name>
7-
<id>4166dcaa-a486-474c-a766-ed2ae250df68</id>
7+
<id>79f877ac-642d-40ba-b0b6-77d4fd3476a9</id>
88
<version>0.0.1</version>
99
<title>New ModuleBuild Project</title>
1010
<description>Create a new PowerShell Module with a ModuleBuild wrapper</description>

release/0.2.4/plugins/plaster/template/scaffold/Build.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function PrerequisitesLoaded {
2020
try {
2121
if ((get-module PSDepend -ListAvailable) -eq $null) {
2222
Write-Host "Attempting to install the PSDepend module..."
23-
$null = Install-Module PSDepend -Scope:CurrentUser
23+
$null = Install-Module PSDepend -MinimumVersion 0.3.2 -MaximumVersion 0.3.2 -Scope:CurrentUser
2424
Write-Host 'Installed!'
2525
}
2626
if (get-module PSDepend -ListAvailable) {

release/ModuleBuild-current.zip

21 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)