From e2becc61226b681cc08bbac2352bd9ce5158e3b9 Mon Sep 17 00:00:00 2001 From: Tolga Kayhan Date: Mon, 18 Nov 2024 14:29:32 +0000 Subject: [PATCH] version bump for 9.0.0. --- OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj | 2 +- OpenAI.Utilities/Betalgo.OpenAI.Utilities.csproj | 2 +- Readme.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj b/OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj index c3cf8d0d..a660524b 100644 --- a/OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj +++ b/OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj @@ -10,7 +10,7 @@ Betalgo-Ranul-OpenAI-icon.png true OpenAI SDK by Betalgo - 8.10.1 + 9.0.0 Tolga Kayhan, Betalgo Betalgo Up Ltd. OpenAI .NET library by Betalgo Ranul diff --git a/OpenAI.Utilities/Betalgo.OpenAI.Utilities.csproj b/OpenAI.Utilities/Betalgo.OpenAI.Utilities.csproj index a96f0a38..5751ae7c 100644 --- a/OpenAI.Utilities/Betalgo.OpenAI.Utilities.csproj +++ b/OpenAI.Utilities/Betalgo.OpenAI.Utilities.csproj @@ -9,7 +9,7 @@ https://openai.com/ OpenAI-Betalgo.png true - 8.1.0 + 9.0.0 Tolga Kayhan, Betalgo Betalgo Up Ltd. Utility tools for Betalgo.OpenAI diff --git a/Readme.md b/Readme.md index 581378ed..32cf8f9a 100644 --- a/Readme.md +++ b/Readme.md @@ -117,6 +117,11 @@ Due to time constraints, not all methods have been thoroughly tested or fully do Needless to say, I cannot accept responsibility for any damage caused by using the library. ## Changelog +### 9.0.0 +- .NET 9 support added. +- ⚠️ Support for .NET 6 and .NET 7 has ended. +- Fixed utility library issues and synced with latest version. + ### 8.10.1 - Fixed an issue with the `Store` parameter being included in requests by default, causing errors with Azure OpenAI models. The parameter is now optional and excluded from serialization unless explicitly set.