File tree 2 files changed +4
-4
lines changed
shell/AIShell.Integration
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" System.Management.Automation" Version =" 7.4.5 " >
13
+ <PackageReference Include =" System.Management.Automation" Version =" 7.4.7 " >
14
14
<ExcludeAssets >contentFiles</ExcludeAssets >
15
15
<PrivateAssets >All</PrivateAssets >
16
16
</PackageReference >
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' AIShell.psm1'
3
3
NestedModules = @ (" AIShell.Integration.dll" )
4
- ModuleVersion = ' 1.0.1 '
4
+ ModuleVersion = ' 1.0.2 '
5
5
GUID = ' ECB8BEE0-59B9-4DAE-9D7B-A990B480279A'
6
6
Author = ' Microsoft Corporation'
7
7
CompanyName = ' Microsoft Corporation'
8
8
Copyright = ' (c) Microsoft Corporation. All rights reserved.'
9
9
Description = ' Integration with the AIShell to provide intelligent shell experience'
10
- PowerShellVersion = ' 7.4.5 '
10
+ PowerShellVersion = ' 7.4.6 '
11
11
FunctionsToExport = @ ()
12
12
CmdletsToExport = @ (' Start-AIShell' , ' Invoke-AIShell' , ' Resolve-Error' )
13
13
VariablesToExport = ' *'
14
14
AliasesToExport = @ (' aish' , ' askai' , ' fixit' )
15
15
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' } }
17
17
}
You can’t perform that action at this time.
0 commit comments