Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions powershell-module/Az.Tools.Migration/Az.Tools.Migration.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'Az.Tools.Migration.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '1.0.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -108,7 +108,8 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'The first preview release'
ReleaseNotes = '* General availability of ''Az.Tools.Migration'' module
* Upgraded Az version to 5.2'
}
}

Expand Down
27 changes: 27 additions & 0 deletions powershell-module/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!--
Please leave this section at the top of the change log.

Changes for the upcoming release should go under the section titled "Upcoming Release", and should adhere to the following format:

## Upcoming Release
* Overview of change #1
- Additional information about change #1
* Overview of change #2
- Additional information about change #2
- Additional information about change #2
* Overview of change #3
* Overview of change #4
- Additional information about change #4

## YYYY.MM.DD - Version X.Y.Z (Previous Release)
* Overview of change #1
- Additional information about change #1
-->
## Upcoming Release

## 1.0.0
* General availability of 'Az.Tools.Migration' module
* Upgraded Az version to 5.2

## 0.1.0
* The first preview release