Skip to content

Commit 5eed614

Browse files
kceiwdcaro
andauthored
Prepare for a new release for Az.Tools.Predictor (Azure#21037)
* Update the version. * Update Az.Tools.Predictor.psd1 Updated release notes * Update ChangeLog.md --------- Co-authored-by: Damien Caro <dcaro@microsoft.com>
1 parent b3bd837 commit 5eed614

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

Lines changed: 2 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.0.3'
14+
ModuleVersion = '1.1.0'
1515

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

6969
# ReleaseNotes of this module
70-
ReleaseNotes = '* Updated instrumental key'
70+
ReleaseNotes = '* Data collection mechnanism updated'
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.1.0
23+
* Updated data collection mechanism
24+
2225
## Version 1.0.3
2326
* Updated instrumental key
2427

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.0.3</Version>
7+
<Version>1.1.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)