Skip to content

Commit 6e2afb2

Browse files
authored
Update Az.Tools.Predictor release notes (#17548)
* Update Az.Tools.Predictor release notes * Updated changelog * Update module version in psd1 * Update Directory.Build.props
1 parent c5e438d commit 6e2afb2

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

tools/Az.Tools.Predictor/Az.Tools.Predictor/Az.Tools.Predictor.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = 'Az.Tools.Predictor.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '0.6.0'
14+
ModuleVersion = '1.0.0'
1515

1616
# Supported PSEditions
1717
CompatiblePSEditions = 'Core'
@@ -65,9 +65,9 @@ PrivateData = @{
6565
# IconUri = ''
6666

6767
# 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'
7171

7272
# Prerelease string of this module
7373
# Prerelease = ''

tools/Az.Tools.Predictor/Az.Tools.Predictor/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Upcoming Release
2121

22+
## Version 1.0.0
23+
* Added improved verification of dependency when importing the module
24+
2225
## Version 0.5.0
2326
* Improvements in command parsing mechanism
2427
* Fixed end of user input detection when - character is used

tools/Az.Tools.Predictor/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7-
<Version>0.6.0</Version>
7+
<Version>1.0.0</Version>
88
<Authors>Microsoft Corporation</Authors>
99
<Company>Microsoft Corporation</Company>
1010
<Copyright>Microsoft Corporation. All rights reserved.</Copyright>

0 commit comments

Comments
 (0)