Skip to content

Commit 7e1ca35

Browse files
Merge pull request #52 from max-ieremenko/update/invoke-build
update InvokeBuild 5.11.0 => 5.11.1
2 parents 96a4335 + 7f5c412 commit 7e1ca35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 7.0 and 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.0) -RequiredVersion 5.11.0
8+
- Install-Module -Name [InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild/5.11.1) -RequiredVersion 5.11.1
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.0" }
2+
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.11.1" }
33
#Requires -Modules @{ ModuleName="ThirdPartyLibraries"; ModuleVersion="3.5.1" }
44

55
[CmdletBinding()]

0 commit comments

Comments
 (0)