File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' Az.Tools.Installer.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.2.0 '
15
+ ModuleVersion = ' 0.2.1 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
109
109
# IconUri = ''
110
110
111
111
# 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)'
117
115
118
116
# Prerelease string of this module
119
117
# Prerelease = ''
Original file line number Diff line number Diff line change 1
1
## Upcoming Release
2
+ ## 0.2.1
3
+ * Fixed the issue of installation and updating when Repository is not provided (#20209 )
2
4
* Updated telemetry assembly to 2.13.1
3
- * Fixed typo in Az.Tools.Installer
5
+ * Fixed typo in Az.Tools.Installer ( # 20055 )
4
6
5
7
## 0.2.0
6
8
* Az.Tools.Installer version 2 (#16321 )
You can’t perform that action at this time.
0 commit comments