Skip to content

Commit cc1a912

Browse files
authored
Release Az.Tools.Installer v0.2.1 (Azure#20581)
* Release Az.Tools.Installer v0.2.1 * Update Az.Tools.Installer.psd1 * Update ChangeLog.md
1 parent 790025c commit cc1a912

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tools/Az.Tools.Installer/Az.Tools.Installer.psd1

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'Az.Tools.Installer.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.0'
15+
ModuleVersion = '0.2.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -109,11 +109,9 @@
109109
# IconUri = ''
110110

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

118116
# Prerelease string of this module
119117
# Prerelease = ''

tools/Az.Tools.Installer/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Upcoming Release
2+
## 0.2.1
3+
* Fixed the issue of installation and updating when Repository is not provided (#20209)
24
* Updated telemetry assembly to 2.13.1
3-
* Fixed typo in Az.Tools.Installer
5+
* Fixed typo in Az.Tools.Installer (#20055)
46

57
## 0.2.0
68
* Az.Tools.Installer version 2 (#16321)

0 commit comments

Comments
 (0)