Skip to content

Commit 833155d

Browse files
authored
Update Version (#22179)
1 parent 22502d8 commit 833155d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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

Lines changed: 3 additions & 2 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 = '1.1.1'
14+
ModuleVersion = '1.1.2'
1515

1616
# Supported PSEditions
1717
CompatiblePSEditions = 'Core'
@@ -67,7 +67,8 @@ PrivateData = @{
6767
# IconUri = ''
6868

6969
# ReleaseNotes of this module
70-
ReleaseNotes = '* Data collection mechnanism updated'
70+
ReleaseNotes = '* Data collection mechnanism updated
71+
* Improvements in command parsing mechanism'
7172

7273
# Prerelease string of this module
7374
# Prerelease = ''

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

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

22+
## Version 1.1.2
23+
* Updated data collection mechanism
24+
* Improvements in command parsing mechanism
25+
2226
## Version 1.1.1
2327
* Updated data collection mechanism
2428

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>1.1.1</Version>
7+
<Version>1.1.2</Version>
88
<Authors>Microsoft Corporation</Authors>
99
<Company>Microsoft Corporation</Company>
1010
<Copyright>Microsoft Corporation. All rights reserved.</Copyright>

0 commit comments

Comments
 (0)