Skip to content

Commit ed30184

Browse files
committed
Update module version to 1.0.2-preview2
1 parent bfa4db9 commit ed30184

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

shell/AIShell.Integration/AIShell.Integration.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="System.Management.Automation" Version="7.4.5">
13+
<PackageReference Include="System.Management.Automation" Version="7.4.7">
1414
<ExcludeAssets>contentFiles</ExcludeAssets>
1515
<PrivateAssets>All</PrivateAssets>
1616
</PackageReference>
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
@{
22
RootModule = 'AIShell.psm1'
33
NestedModules = @("AIShell.Integration.dll")
4-
ModuleVersion = '1.0.1'
4+
ModuleVersion = '1.0.2'
55
GUID = 'ECB8BEE0-59B9-4DAE-9D7B-A990B480279A'
66
Author = 'Microsoft Corporation'
77
CompanyName = 'Microsoft Corporation'
88
Copyright = '(c) Microsoft Corporation. All rights reserved.'
99
Description = 'Integration with the AIShell to provide intelligent shell experience'
10-
PowerShellVersion = '7.4.5'
10+
PowerShellVersion = '7.4.6'
1111
FunctionsToExport = @()
1212
CmdletsToExport = @('Start-AIShell','Invoke-AIShell','Resolve-Error')
1313
VariablesToExport = '*'
1414
AliasesToExport = @('aish', 'askai', 'fixit')
1515
HelpInfoURI = 'https://aka.ms/aishell-help'
16-
PrivateData = @{ PSData = @{ Prerelease = 'preview1'; ProjectUri = 'https://github.com/PowerShell/AIShell' } }
16+
PrivateData = @{ PSData = @{ Prerelease = 'preview2'; ProjectUri = 'https://github.com/PowerShell/AIShell' } }
1717
}

0 commit comments

Comments
 (0)