File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/PSAppDeployToolkit.Tools Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ $modulesToInstall = New-Object System.Collections.Generic.List[object]
1111# https://github.com/PSAppDeployToolkit/PSAppDeployToolkit
1212[void ]$modulesToInstall.Add (([PSCustomObject ]@ {
1313 ModuleName = ' PSAppDeployToolkit'
14- ModuleVersion = ' 4.0.1 '
14+ ModuleVersion = ' 4.0.2 '
1515 }))
1616# https://github.com/pester/Pester
1717[void ]$modulesToInstall.Add (([PSCustomObject ]@ {
Original file line number Diff line number Diff line change 4949
5050 # Modules that must be imported into the global environment prior to importing this module
5151 RequiredModules = @ (
52- @ {ModuleName = ' PSAppDeployToolkit' ; GUID = ' 8c3c366b-8606-4576-9f2d-4051144f7ca2' ; ModuleVersion = ' 4.0.1 ' ; }
52+ @ {ModuleName = ' PSAppDeployToolkit' ; GUID = ' 8c3c366b-8606-4576-9f2d-4051144f7ca2' ; ModuleVersion = ' 4.0.2 ' ; }
5353 @ {ModuleName = ' PSScriptAnalyzer' ; GUID = ' d6245802-193d-4068-a631-8863a4342a18' ; ModuleVersion = ' 1.23.0' ; }
5454 )
5555
You can’t perform that action at this time.
0 commit comments