Skip to content

Commit a06cc16

Browse files
Merge pull request #60 from max-ieremenko/update/invoke-build
update InvokeBuild to 5.11.3
2 parents c43ce08 + 715e117 commit a06cc16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build.ps1 is designed to run on windows
55
- PowerShell Desktop 5.1
66
- PowerShell [7.3.0](https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0) for .net 8.0 tests
77
- PowerShell [7.2.1](https://github.com/PowerShell/PowerShell/releases/tag/v7.2.1) for .net 6.0 tests
8-
- Install-Module -Name [InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild/5.11.1) -RequiredVersion 5.11.1
8+
- Install-Module -Name [InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild)
99
- Install-Module -Name [ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries/3.5.1) -RequiredVersion 3.5.1
1010
- .net framework 4.7.2+ sdk
1111
- .net 8.0 sdk

Build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Requires -Version "7.0"
2-
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.11.1" }
2+
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.11.3" }
33
#Requires -Modules @{ ModuleName="ThirdPartyLibraries"; ModuleVersion="3.5.1" }
44

55
[CmdletBinding()]

Build/create-images.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Requires -Version "7.0"
2-
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.11.0" }
2+
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.11.3" }
33

44
Set-StrictMode -Version Latest
55

0 commit comments

Comments
 (0)