From a6c07da4b3a8c2c2493bf2417c15702aa2fd98ee Mon Sep 17 00:00:00 2001 From: Travis Wilson Date: Fri, 28 Jun 2024 20:06:56 -0700 Subject: [PATCH] Remove net6.0 multitarget for improved compatibility --- CHANGELOG.md | 10 ++++++++-- src/OpenAI.csproj | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d618f5bf..4b1ea75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Release History -## 2.0.0-beta.7 (Unreleased) +## 2.0.0-beta.8 (Unreleased) ## Bugs Fixed -- ([#84](https://github.com/openai/openai-dotnet/issues/84)) Fixed a `NullReferenceException` thrown when adding the custom headers policy while `OpenAIClientOptions` is null (commit_hash) +- Removed the project's multi-target to net6.0 to improve compatibility when calling via a netstandard2.x class library (commit_hash) + +## 2.0.0-beta.7 (2024-06-24) + +## Bugs Fixed + +- ([#84](https://github.com/openai/openai-dotnet/issues/84)) Fixed a `NullReferenceException` thrown when adding the custom headers policy while `OpenAIClientOptions` is null ([0b97311](https://github.com/openai/openai-dotnet/commit/0b97311f58dfb28bd883d990f68d548da040a807)) ## 2.0.0-beta.6 (2024-06-21) diff --git a/src/OpenAI.csproj b/src/OpenAI.csproj index 8f61f3af..14630fde 100644 --- a/src/OpenAI.csproj +++ b/src/OpenAI.csproj @@ -7,7 +7,7 @@ 2.0.0 beta.7 - netstandard2.0;net6.0 + netstandard2.0 latest