Skip to content

Commit 698b437

Browse files
author
Lei Jin
committed
Update May to June
1 parent bf3345d commit 698b437

File tree

4 files changed

+1812
-3
lines changed

4 files changed

+1812
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 10.0.0 - May 2023
1+
## 10.0.0 - June 2023
22
#### Az.Accounts 2.12.3
33
* Updated System.Security.Permissions to 4.7.0.
44

setup/generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
3737
$outputName ="Az-Cmdlets"
3838

3939
# generate the product name from the current month/year.
40-
$productName = "Microsoft Azure PowerShell - May 2023"
40+
$productName = "Microsoft Azure PowerShell - June 2023"
4141

4242
# where to put temp files
4343
$tmp = Join-Path $env:temp azure-cmdlets-tmp

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ PrivateData = @{
188188
# IconUri = ''
189189

190190
# ReleaseNotes of this module
191-
ReleaseNotes = '10.0.0 - May 2023
191+
ReleaseNotes = '10.0.0 - June 2023
192192
Az.Accounts
193193
* Updated System.Security.Permissions to 4.7.0.
194194

0 commit comments

Comments
 (0)