Skip to content

Commit 2245e8b

Browse files
committed
Update @typespec/http-client-csharp to 1.0.0-alpha.20250905.1
- Updated @typespec/http-client-csharp from 1.0.0-alpha.20250903.1 to 1.0.0-alpha.20250905.1 - Updated Microsoft.TypeSpec.Generator.ClientModel from 1.0.0-alpha.20250903.1 to 1.0.0-alpha.20250905.1 - Regenerated OpenAI SDK code with new generator version - Updated centrally managed package-lock.json file with new dependency versions
1 parent 47b5d81 commit 2245e8b

File tree

3 files changed

+107
-106
lines changed

3 files changed

+107
-106
lines changed

codegen/generator/src/OpenAI.Library.Plugin.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.TypeSpec.Generator.ClientModel" Version="1.0.0-alpha.20250903.1" />
11+
<PackageReference Include="Microsoft.TypeSpec.Generator.ClientModel" Version="1.0.0-alpha.20250905.1" />
1212
</ItemGroup>
1313

1414
<!-- Copy output to package dist path for local execution and -->
@@ -23,3 +23,4 @@
2323

2424
</Project>
2525

26+

codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@open-ai/plugin": "file:",
3232
"@azure-tools/typespec-client-generator-core": "0.59.0",
3333
"@azure-tools/typespec-azure-core": "0.59.0",
34-
"@typespec/http-client-csharp": "1.0.0-alpha.20250903.1",
34+
"@typespec/http-client-csharp": "1.0.0-alpha.20250905.1",
3535
"@typespec/http": "1.3.0",
3636
"@typespec/openapi": "1.3.0"
3737
},

0 commit comments

Comments
 (0)