Skip to content

Commit 19a31e8

Browse files
Merge pull request #61 from max-ieremenko/update/third-party-libraries
update ThirdPartyLibraries to 3.6.0
2 parents a06cc16 + dbd437c commit 19a31e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build.ps1 is designed to run on windows
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
88
- Install-Module -Name [InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild)
9-
- Install-Module -Name [ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries/3.5.1) -RequiredVersion 3.5.1
9+
- Install-Module -Name [ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries)
1010
- .net framework 4.7.2+ sdk
1111
- .net 8.0 sdk
1212
- docker, switched to linux containers

Build/build.ps1

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

55
[CmdletBinding()]
66
param (

0 commit comments

Comments
 (0)