File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
- name : Setup .NET
21
21
uses : actions/setup-dotnet@v4
22
22
with :
23
- dotnet-version : 8.0.409
23
+ dotnet-version : 8.0.411
24
24
- name : Build
25
25
shell : pwsh
26
26
run : |
37
37
- name : Setup .NET
38
38
uses : actions/setup-dotnet@v4
39
39
with :
40
- dotnet-version : 8.0.409
40
+ dotnet-version : 8.0.411
41
41
- name : Build
42
42
shell : pwsh
43
43
run : |
54
54
- name : Setup .NET
55
55
uses : actions/setup-dotnet@v4
56
56
with :
57
- dotnet-version : 8.0.409
57
+ dotnet-version : 8.0.411
58
58
- name : Build
59
59
shell : pwsh
60
60
run : |
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.409 "
3
+ "version" : " 8.0.411 "
4
4
}
5
5
}
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.4 '
4
+ ModuleVersion = ' 1.0.5 '
5
5
GUID = ' ECB8BEE0-59B9-4DAE-9D7B-A990B480279A'
6
6
Author = ' Microsoft Corporation'
7
7
CompanyName = ' Microsoft Corporation'
14
14
VariablesToExport = ' *'
15
15
AliasesToExport = @ (' aish' , ' askai' , ' fixit' )
16
16
HelpInfoURI = ' https://aka.ms/aishell-help'
17
- PrivateData = @ { PSData = @ { Prerelease = ' preview4 ' ; ProjectUri = ' https://github.com/PowerShell/AIShell' } }
17
+ PrivateData = @ { PSData = @ { Prerelease = ' preview5 ' ; ProjectUri = ' https://github.com/PowerShell/AIShell' } }
18
18
}
Original file line number Diff line number Diff line change 8
8
<TargetFramework >net8.0</TargetFramework >
9
9
<ImplicitUsings >enable</ImplicitUsings >
10
10
<LangVersion >12.0</LangVersion >
11
- <Version >1.0.0-preview.4 </Version >
11
+ <Version >1.0.0-preview.5 </Version >
12
12
13
13
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
14
14
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
Original file line number Diff line number Diff line change 1
1
{
2
- "AgentsToInclude" : " * "
2
+ "AgentsToInclude" : [ " msaz " , " openai-gpt " ]
3
3
}
You can’t perform that action at this time.
0 commit comments