Skip to content

Commit e066360

Browse files
authored
1.0.0 release (#70)
1 parent 23f6a39 commit e066360

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
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 = '0.1.0'
6+
ModuleVersion = '1.0.0'
77

88
# Supported PSEditions
99
CompatiblePSEditions = 'Core', 'Desktop'
@@ -108,7 +108,8 @@
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

powershell-module/ChangeLog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

0 commit comments

Comments
 (0)