File tree 2 files changed +30
-2
lines changed 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 3
3
RootModule = ' Az.Tools.Migration.psm1'
4
4
5
5
# Version number of this module.
6
- ModuleVersion = ' 0.1 .0'
6
+ ModuleVersion = ' 1.0 .0'
7
7
8
8
# Supported PSEditions
9
9
CompatiblePSEditions = ' Core' , ' Desktop'
108
108
# IconUri = ''
109
109
110
110
# 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'
112
113
}
113
114
}
114
115
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