File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
tools/Az.Tools.Predictor/Az.Tools.Predictor Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup >
13
- <GenerateAssemblyInfo >false </GenerateAssemblyInfo >
13
+ <GenerateAssemblyInfo >true </GenerateAssemblyInfo >
14
14
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
15
15
</PropertyGroup >
16
16
17
17
<PropertyGroup >
18
18
<PackageId >Az.Tools.Predictor</PackageId >
19
- <Version >0.1.0-preview </Version >
20
- <Author >Microsoft Corporation</Author >
19
+ <Version >0.1.0</Version >
20
+ <Authors >Microsoft Corporation</Authors >
21
21
<Company >Microsoft Corporation</Company >
22
- <Description >Microsoft Azure PowerShell Predictor: Provide prediction while user types Azure PowerShell commands </Description >
22
+ <Description >Microsoft Azure PowerShell - Module providing recommendations for Az cmdlets to PSRreadline 2.2 or above - This module is compatible with PowerShell 7.1. </Description >
23
23
</PropertyGroup >
24
24
25
25
<PropertyGroup >
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ Description = 'Microsoft Azure PowerShell - Module providing recommendations for
35
35
PowerShellVersion = ' 7.1'
36
36
37
37
# Modules that must be imported into the global environment prior to importing this module
38
- # RequiredModules = @()
39
38
RequiredModules = @ (@ {ModuleName = " PSReadLine" ; ModuleVersion = " 2.2.0-beta1" })
40
39
41
40
NestedModules = @ (" Microsoft.Azure.PowerShell.Tools.AzPredictor.dll" )
@@ -48,7 +47,7 @@ PrivateData = @{
48
47
PSData = @ {
49
48
50
49
# Tags applied to this module. These help with module discovery in online galleries.
51
- Tags = ' Azure' , ' Prediction'
50
+ Tags = ' Azure' , ' PowerShell ' , ' Prediction'
52
51
53
52
# A URL to the license for this module.
54
53
LicenseUri = ' https://aka.ms/azps-license'
@@ -63,7 +62,7 @@ PrivateData = @{
63
62
ReleaseNotes = ' * the first preview release'
64
63
65
64
# Prerelease string of this module
66
- Prerelease = ' beta1 '
65
+ # Prerelease = ''
67
66
68
67
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
69
68
# RequireLicenseAcceptance = $false
You can’t perform that action at this time.
0 commit comments