File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
11
RootModule = ' Az.Tools.Predictor.psm1'
12
12
13
13
# Version number of this module.
14
- ModuleVersion = ' 1.0.2 '
14
+ ModuleVersion = ' 1.0.3 '
15
15
16
16
# Supported PSEditions
17
17
CompatiblePSEditions = ' Core'
@@ -67,7 +67,7 @@ PrivateData = @{
67
67
# IconUri = ''
68
68
69
69
# ReleaseNotes of this module
70
- ReleaseNotes = ' * Updated survey message '
70
+ ReleaseNotes = ' * Updated instrumental key '
71
71
72
72
# Prerelease string of this module
73
73
# Prerelease = ''
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
22
+ ## Version 1.0.3
23
+ * Updated instrumental key
24
+
21
25
## Version 1.0.2
22
26
* Updated survey message
23
27
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
6
6
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
- <Version >1.0.2 </Version >
7
+ <Version >1.0.3 </Version >
8
8
<Authors >Microsoft Corporation</Authors >
9
9
<Company >Microsoft Corporation</Company >
10
10
<Copyright >Microsoft Corporation. All rights reserved.</Copyright >
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<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" />
6
6
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
7
7
</packageSources >
8
8
<disabledPackageSources >
You can’t perform that action at this time.
0 commit comments