Skip to content

Commit ab317db

Browse files
authored
Update psd1 for 1.1.3 release (#105)
* Upgrade cmdlet spec to Az 8.0.0 * update changelog * Update psd1 for 1.1.3 release
1 parent fdec690 commit ab317db

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

powershell-module/Az.Tools.Migration/Az.Tools.Migration.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'Az.Tools.Migration.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '1.1.2'
6+
ModuleVersion = '1.1.3'
77

88
# Supported PSEditions
99
CompatiblePSEditions = 'Core', 'Desktop'

powershell-module/ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## 1.1.3
23+
* Upgrade Az version to 8.0.0
24+
2125
## 1.1.2
2226
* Upgrade Az version to 8.0.0
2327

0 commit comments

Comments
 (0)