From 1fa31ad68046fe5fdfb570824d30ea37f6e858ba Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Wed, 15 May 2024 06:43:05 -0500 Subject: [PATCH] release v1.4 --- Directory.Build.props | 4 ++-- .../BotSharp.Plugin.AnthropicAI.csproj | 10 +++++++--- src/Plugins/BotSharp.Plugin.AnthropicAI/Using.cs | 6 ++++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 99a8ba4c..068b6e13 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,8 +2,8 @@ net8.0 10.0 - 1.3.1 - false + 1.4.0 + true false \ No newline at end of file diff --git a/src/Plugins/BotSharp.Plugin.AnthropicAI/BotSharp.Plugin.AnthropicAI.csproj b/src/Plugins/BotSharp.Plugin.AnthropicAI/BotSharp.Plugin.AnthropicAI.csproj index 357e827f..40f54f60 100644 --- a/src/Plugins/BotSharp.Plugin.AnthropicAI/BotSharp.Plugin.AnthropicAI.csproj +++ b/src/Plugins/BotSharp.Plugin.AnthropicAI/BotSharp.Plugin.AnthropicAI.csproj @@ -1,9 +1,13 @@ - + - net8.0 - enable + netstandard2.1 enable + $(LangVersion) + $(BotSharpVersion) + $(GeneratePackageOnBuild) + $(GenerateDocumentationFile) + $(SolutionDir)packages diff --git a/src/Plugins/BotSharp.Plugin.AnthropicAI/Using.cs b/src/Plugins/BotSharp.Plugin.AnthropicAI/Using.cs index ceb477d6..d00446fc 100644 --- a/src/Plugins/BotSharp.Plugin.AnthropicAI/Using.cs +++ b/src/Plugins/BotSharp.Plugin.AnthropicAI/Using.cs @@ -1,3 +1,9 @@ +global using System; +global using System.Collections.Generic; +global using System.Text; +global using System.Threading.Tasks; +global using System.Linq; +global using System.Text.Json; global using Anthropic.SDK; global using Anthropic.SDK.Constants; global using Anthropic.SDK.Messaging;