File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
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 = ' 0.6 .0'
14
+ ModuleVersion = ' 1.0 .0'
15
15
16
16
# Supported PSEditions
17
17
CompatiblePSEditions = ' Core'
@@ -65,9 +65,9 @@ PrivateData = @{
65
65
# IconUri = ''
66
66
67
67
# ReleaseNotes of this module
68
- ReleaseNotes = ' * Improvements in command parsing mechanism
69
- * Fixed end of user input detection when - character is used
70
- * Optimized collection of anonymized data '
68
+ ReleaseNotes = ' * Updated dependency on PSReadline 2.2.2
69
+ * Updated dependency on PowerShell 7.2
70
+ * Added validation of pre-requisites before loading module '
71
71
72
72
# Prerelease string of this module
73
73
# Prerelease = ''
Original file line number Diff line number Diff line change 19
19
-->
20
20
## Upcoming Release
21
21
22
+ ## Version 1.0.0
23
+ * Added improved verification of dependency when importing the module
24
+
22
25
## Version 0.5.0
23
26
* Improvements in command parsing mechanism
24
27
* Fixed end of user input detection when - character is used
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 >0.6 .0</Version >
7
+ <Version >1.0 .0</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