File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ if ($LASTEXITCODE -eq 0) {
151151 Author = 'Microsoft 365 Patterns and Practices'
152152 CompanyName = 'Microsoft 365 Patterns and Practices'
153153 CompatiblePSEditions = @('Core')
154+ PowerShellVersion = '7.4.4'
154155 ProcessorArchitecture = 'None'
155156 FunctionsToExport = '*'
156157 CmdletsToExport = @($cmdletsString )
Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ if ($runPublish -eq $true) {
158158 Description = 'Microsoft 365 Patterns and Practices PowerShell Cmdlets'
159159 GUID = '0b0430ce-d799-4f3b-a565-f0dca1f31e17'
160160 Author = 'Microsoft 365 Patterns and Practices'
161- CompanyName = 'Microsoft 365 Patterns and Practices'
161+ CompanyName = 'Microsoft 365 Patterns and Practices'
162+ PowerShellVersion = '7.4.4'
162163 ProcessorArchitecture = 'None'
163164 FunctionsToExport = '*'
164165 CmdletsToExport = @($cmdletsString )
You can’t perform that action at this time.
0 commit comments