From 6cd2e800797054d36325646ca3dbcec3649776ec Mon Sep 17 00:00:00 2001 From: Tolga Kayhan Date: Wed, 4 Dec 2024 22:14:56 +0000 Subject: [PATCH] version bump for 9.0.1 --- OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj | 2 +- Readme.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj b/OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj index 91267e32..e9d87061 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 - 9.0.0 + 9.0.1 Tolga Kayhan, Betalgo Betalgo Up Ltd. OpenAI .NET library by Betalgo Ranul diff --git a/Readme.md b/Readme.md index 32cf8f9a..64d41ad1 100644 --- a/Readme.md +++ b/Readme.md @@ -117,6 +117,10 @@ 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.1 +- Message list now accept RunId +- Upgraded to Microsoft.Extensions.AI version 9.0.1, which resolves the "Method not found: '!!0" error when used alongside other SDKs with different versions. + ### 9.0.0 - .NET 9 support added. - ⚠️ Support for .NET 6 and .NET 7 has ended.