Skip to content

Commit bfa4db9

Browse files
committed
Update semantic version to 1.0.0-preview.2
1 parent 919cf5b commit bfa4db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shell/shell.common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<TargetFramework>net8.0</TargetFramework>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<LangVersion>12.0</LangVersion>
11-
<Version>1.0.0-preview.1</Version>
11+
<Version>1.0.0-preview.2</Version>
1212

1313
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

tools/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"AgentsToInclude": "*"
2+
"AgentsToInclude": ["msaz", "openai-gpt"]
33
}

0 commit comments

Comments
 (0)