From a3e843bd8e34ac4e8231b6875ab472b8b94643dd Mon Sep 17 00:00:00 2001 From: Jose Arriaga Maldonado Date: Tue, 20 Aug 2024 15:14:14 -0700 Subject: [PATCH] Sync to openai-dotnet@3ce26bd729fe9e49f444c115f032c9fa254dad5b --- .dotnet/src/OpenAI.csproj | 4 ++-- .scripts/Export-API.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.dotnet/src/OpenAI.csproj b/.dotnet/src/OpenAI.csproj index 7d19ce117..811fd69a0 100644 --- a/.dotnet/src/OpenAI.csproj +++ b/.dotnet/src/OpenAI.csproj @@ -1,4 +1,4 @@ - + This is the OpenAI client library for developing .NET applications with rich experience. SDK Code Generation OpenAI @@ -72,6 +72,6 @@ - + diff --git a/.scripts/Export-API.ps1 b/.scripts/Export-API.ps1 index 03b1e5d27..45bd8502e 100644 --- a/.scripts/Export-API.ps1 +++ b/.scripts/Export-API.ps1 @@ -26,7 +26,7 @@ $systemMemoryDataRef = Get-ChildItem -Recurse ` -Path "$($env:UserProfile)\.nuget\packages\system.memory.data\1.0.2" ` -Include "netstandard2.0" | Select-Object -Last 1 $systemDiagnosticsDiagnosticSourceRef = Get-ChildItem -Recurse ` - -Path "$($env:UserProfile)\.nuget\packages\system.diagnostics.diagnosticsource\8.0.1" ` + -Path "$($env:UserProfile)\.nuget\packages\system.diagnostics.diagnosticsource\6.0.1" ` -Include "netstandard2.0" | Select-Object -Last 1 $microsoftBclAsyncInterfacesRef = Get-ChildItem -Recurse ` -Path "$($env:UserProfile)\.nuget\packages\microsoft.bcl.asyncinterfaces\1.1.0" `