File tree Expand file tree Collapse file tree 4 files changed +1812
-3
lines changed
Tools.Common/SerializedCmdlets Expand file tree Collapse file tree 4 files changed +1812
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 10.0.0 - May 2023
1
+ ## 10.0.0 - June 2023
2
2
#### Az.Accounts 2.12.3
3
3
* Updated System.Security.Permissions to 4.7.0.
4
4
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
37
37
$outputName = " Az-Cmdlets"
38
38
39
39
# generate the product name from the current month/year.
40
- $productName = " Microsoft Azure PowerShell - May 2023"
40
+ $productName = " Microsoft Azure PowerShell - June 2023"
41
41
42
42
# where to put temp files
43
43
$tmp = Join-Path $env: temp azure- cmdlets- tmp
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ PrivateData = @{
188
188
# IconUri = ''
189
189
190
190
# ReleaseNotes of this module
191
- ReleaseNotes = ' 10.0.0 - May 2023
191
+ ReleaseNotes = ' 10.0.0 - June 2023
192
192
Az.Accounts
193
193
* Updated System.Security.Permissions to 4.7.0.
194
194
You can’t perform that action at this time.
0 commit comments