File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11
11
RootModule = ' Az.Tools.Predictor.psm1'
12
12
13
13
# Version number of this module.
14
- ModuleVersion = ' 1.1.1 '
14
+ ModuleVersion = ' 1.1.2 '
15
15
16
16
# Supported PSEditions
17
17
CompatiblePSEditions = ' Core'
@@ -67,7 +67,8 @@ PrivateData = @{
67
67
# IconUri = ''
68
68
69
69
# ReleaseNotes of this module
70
- ReleaseNotes = ' * Data collection mechnanism updated'
70
+ ReleaseNotes = ' * Data collection mechnanism updated
71
+ * Improvements in command parsing mechanism'
71
72
72
73
# Prerelease string of this module
73
74
# Prerelease = ''
Original file line number Diff line number Diff line change 19
19
-->
20
20
## Upcoming Release
21
21
22
+ ## Version 1.1.2
23
+ * Updated data collection mechanism
24
+ * Improvements in command parsing mechanism
25
+
22
26
## Version 1.1.1
23
27
* Updated data collection mechanism
24
28
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
6
6
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
- <Version >1.1.1 </Version >
7
+ <Version >1.1.2 </Version >
8
8
<Authors >Microsoft Corporation</Authors >
9
9
<Company >Microsoft Corporation</Company >
10
10
<Copyright >Microsoft Corporation. All rights reserved.</Copyright >
You can’t perform that action at this time.
0 commit comments