File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' AIShell.psm1'
33 NestedModules = @ (" AIShell.Integration.dll" )
4- ModuleVersion = ' 1.0.2 '
4+ ModuleVersion = ' 1.0.3 '
55 GUID = ' ECB8BEE0-59B9-4DAE-9D7B-A990B480279A'
66 Author = ' Microsoft Corporation'
77 CompanyName = ' Microsoft Corporation'
1313 VariablesToExport = ' *'
1414 AliasesToExport = @ (' aish' , ' askai' , ' fixit' )
1515 HelpInfoURI = ' https://aka.ms/aishell-help'
16- PrivateData = @ { PSData = @ { Prerelease = ' preview2 ' ; ProjectUri = ' https://github.com/PowerShell/AIShell' } }
16+ PrivateData = @ { PSData = @ { Prerelease = ' preview3 ' ; ProjectUri = ' https://github.com/PowerShell/AIShell' } }
1717}
Original file line number Diff line number Diff line change 88 <TargetFramework >net8.0</TargetFramework >
99 <ImplicitUsings >enable</ImplicitUsings >
1010 <LangVersion >12.0</LangVersion >
11- <Version >1.0.0-preview.2 </Version >
11+ <Version >1.0.0-preview.3 </Version >
1212
1313 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1414 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
Original file line number Diff line number Diff line change 11{
2- "AgentsToInclude" : " * "
2+ "AgentsToInclude" : [ " msaz " , " openai-gpt " ]
33}
You can’t perform that action at this time.
0 commit comments