Skip to content

Commit 2d568c7

Browse files
committed
Update the project file and module manifest.
1 parent 3eb871d commit 2d568c7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

tools/Az.Tools.Predictor/Az.Tools.Predictor/Az.Tools.Predictor.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
13+
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
1414
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1515
</PropertyGroup>
1616

1717
<PropertyGroup>
1818
<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>
2121
<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>
2323
</PropertyGroup>
2424

2525
<PropertyGroup>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Description = 'Microsoft Azure PowerShell - Module providing recommendations for
3535
PowerShellVersion = '7.1'
3636

3737
# Modules that must be imported into the global environment prior to importing this module
38-
# RequiredModules = @()
3938
RequiredModules = @(@{ModuleName="PSReadLine"; ModuleVersion="2.2.0-beta1"})
4039

4140
NestedModules = @("Microsoft.Azure.PowerShell.Tools.AzPredictor.dll")
@@ -48,7 +47,7 @@ PrivateData = @{
4847
PSData = @{
4948

5049
# Tags applied to this module. These help with module discovery in online galleries.
51-
Tags = 'Azure','Prediction'
50+
Tags = 'Azure','PowerShell','Prediction'
5251

5352
# A URL to the license for this module.
5453
LicenseUri = 'https://aka.ms/azps-license'
@@ -63,7 +62,7 @@ PrivateData = @{
6362
ReleaseNotes = '* the first preview release'
6463

6564
# Prerelease string of this module
66-
Prerelease = 'beta1'
65+
# Prerelease = ''
6766

6867
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
6968
# RequireLicenseAcceptance = $false

0 commit comments

Comments
 (0)