From d8aaeeb622a66b63719295651c578a47faa875ae Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:45:06 +0000 Subject: [PATCH 1/2] Initial plan From d85210bdf9c08022b5f19b44f4fd600d6f35a9e2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:51:43 +0000 Subject: [PATCH 2/2] Update System.ClientModel to version 1.8.1 Co-authored-by: joseharriaga <45773732+joseharriaga@users.noreply.github.com> --- scripts/Export-Api.ps1 | 2 +- src/OpenAI.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Export-Api.ps1 b/scripts/Export-Api.ps1 index d5ec63448..38cc50b3a 100644 --- a/scripts/Export-Api.ps1 +++ b/scripts/Export-Api.ps1 @@ -107,7 +107,7 @@ function Invoke-GenAPI { Write-Output "" # System.ClientModel - $systemClientModelPath = Join-Path $nugetPackagesPath "system.clientmodel\1.7.0" + $systemClientModelPath = Join-Path $nugetPackagesPath "system.clientmodel\1.8.1" $systemClientModelRef = $null if (Test-Path $systemClientModelPath) { $systemClientModelRef = Get-ChildItem ` diff --git a/src/OpenAI.csproj b/src/OpenAI.csproj index 883c7b9c1..f0a47658b 100644 --- a/src/OpenAI.csproj +++ b/src/OpenAI.csproj @@ -74,7 +74,7 @@ - +