Skip to content

Commit

Permalink
Update Az.Tools.Predictor release notes (#17548)
Browse files Browse the repository at this point in the history
* Update Az.Tools.Predictor release notes

* Updated changelog

* Update module version in psd1

* Update Directory.Build.props
  • Loading branch information
dcaro authored Mar 24, 2022
1 parent c5e438d commit 6e2afb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'Az.Tools.Predictor.psm1'

# Version number of this module.
ModuleVersion = '0.6.0'
ModuleVersion = '1.0.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
Expand Down Expand Up @@ -65,9 +65,9 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Improvements in command parsing mechanism
* Fixed end of user input detection when - character is used
* Optimized collection of anonymized data'
ReleaseNotes = '* Updated dependency on PSReadline 2.2.2
* Updated dependency on PowerShell 7.2
* Added validation of pre-requisites before loading module'

# Prerelease string of this module
# Prerelease = ''
Expand Down
3 changes: 3 additions & 0 deletions tools/Az.Tools.Predictor/Az.Tools.Predictor/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
-->
## Upcoming Release

## Version 1.0.0
* Added improved verification of dependency when importing the module

## Version 0.5.0
* Improvements in command parsing mechanism
* Fixed end of user input detection when - character is used
Expand Down
2 changes: 1 addition & 1 deletion tools/Az.Tools.Predictor/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>0.6.0</Version>
<Version>1.0.0</Version>
<Authors>Microsoft Corporation</Authors>
<Company>Microsoft Corporation</Company>
<Copyright>Microsoft Corporation. All rights reserved.</Copyright>
Expand Down

0 comments on commit 6e2afb2

Please sign in to comment.