We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64180bc commit 236fc53Copy full SHA for 236fc53
src/PSAppDeployToolkit.Tools/PSAppDeployToolkit.Tools.psd1
@@ -49,8 +49,8 @@
49
50
# Modules that must be imported into the global environment prior to importing this module
51
RequiredModules = @(
52
- @{ModuleName = 'PSAppDeployToolkit'; GUID = '8c3c366b-8606-4576-9f2d-4051144f7ca2'; ModuleVersion = '4.0.5'; }
53
- @{ModuleName = 'PSScriptAnalyzer'; GUID = 'd6245802-193d-4068-a631-8863a4342a18'; ModuleVersion = '1.23.0'; }
+ @{ModuleName = 'PSAppDeployToolkit'; GUID = '8c3c366b-8606-4576-9f2d-4051144f7ca2'; ModuleVersion = '4.1.5'; }
+ @{ModuleName = 'PSScriptAnalyzer'; GUID = 'd6245802-193d-4068-a631-8863a4342a18'; ModuleVersion = '1.24.0'; }
54
)
55
56
# Assemblies that must be loaded prior to importing this module
0 commit comments