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" `