File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
shell/AIShell.Integration Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments