Skip to content

Commit b0ca589

Browse files
authored
Release Az.Tools.Predictor 1.0.3 (#19765)
* Release Az.Tools.Predictor 1.0.3 * update
1 parent 6ba0cb5 commit b0ca589

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.2'
14+
ModuleVersion = '1.0.3'
1515

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

6969
# ReleaseNotes of this module
70-
ReleaseNotes = '* Updated survey message'
70+
ReleaseNotes = '* Updated instrumental key'
7171

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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 1.0.3
23+
* Updated instrumental key
24+
2125
## Version 1.0.2
2226
* Updated survey message
2327

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

tools/Az.Tools.Predictor/NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="azure-powershell" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-powershell/nuget/v3/index.json" />
5+
<add key="azure-powershell" value="https://pkgs.dev.azure.com/azclitools/public/_packaging/azure-powershell/nuget/v3/index.json" />
66
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
77
</packageSources>
88
<disabledPackageSources>

0 commit comments

Comments
 (0)