File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 33 RootModule = ' Az.Tools.Migration.psm1'
44
55 # Version number of this module.
6- ModuleVersion = ' 0.1 .0'
6+ ModuleVersion = ' 1.0 .0'
77
88 # Supported PSEditions
99 CompatiblePSEditions = ' Core' , ' Desktop'
108108 # IconUri = ''
109109
110110 # ReleaseNotes of this module
111- ReleaseNotes = ' The first preview release'
111+ ReleaseNotes = ' * General availability of '' Az.Tools.Migration'' module
112+ * Upgraded Az version to 5.2'
112113 }
113114 }
114115
Original file line number Diff line number Diff line change 1+ <!--
2+ Please leave this section at the top of the change log.
3+
4+ Changes for the upcoming release should go under the section titled "Upcoming Release", and should adhere to the following format:
5+
6+ ## Upcoming Release
7+ * Overview of change #1
8+ - Additional information about change #1
9+ * Overview of change #2
10+ - Additional information about change #2
11+ - Additional information about change #2
12+ * Overview of change #3
13+ * Overview of change #4
14+ - Additional information about change #4
15+
16+ ## YYYY.MM.DD - Version X.Y.Z (Previous Release)
17+ * Overview of change #1
18+ - Additional information about change #1
19+ -->
20+ ## Upcoming Release
21+
22+ ## 1.0.0
23+ * General availability of 'Az.Tools.Migration' module
24+ * Upgraded Az version to 5.2
25+
26+ ## 0.1.0
27+ * The first preview release
You can’t perform that action at this time.
0 commit comments