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 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'
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 = ''
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments