Skip to content

Commit

Permalink
Release Az.Tools.Installer v0.2.1 (#20581)
Browse files Browse the repository at this point in the history
* Release Az.Tools.Installer v0.2.1

* Update Az.Tools.Installer.psd1

* Update ChangeLog.md
  • Loading branch information
msJinLei authored Jan 6, 2023
1 parent 790025c commit cc1a912
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 4 additions & 6 deletions tools/Az.Tools.Installer/Az.Tools.Installer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Az.Tools.Installer.psm1'

# Version number of this module.
ModuleVersion = '0.2.0'
ModuleVersion = '0.2.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -109,11 +109,9 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Supported installing from a path of nuget package
* Supported installing Az sub modules using minimum required Az.Accounts version
* Supported uninstalling by module name filter and whether in preview
* Provided progress bar to show the cmdlet execution status
* Optimized the performance of Az.Tools.Installer'
ReleaseNotes = '* Fixed the issue of installation and updating when Repository is not provided (#20209)
* Updated telemetry assembly to 2.13.1
* Fixed typo in Az.Tools.Installer (#20055)'

# Prerelease string of this module
# Prerelease = ''
Expand Down
4 changes: 3 additions & 1 deletion tools/Az.Tools.Installer/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Upcoming Release
## 0.2.1
* Fixed the issue of installation and updating when Repository is not provided (#20209)
* Updated telemetry assembly to 2.13.1
* Fixed typo in Az.Tools.Installer
* Fixed typo in Az.Tools.Installer (#20055)

## 0.2.0
* Az.Tools.Installer version 2 (#16321)
Expand Down

0 comments on commit cc1a912

Please sign in to comment.