From 989951db552b2305e2fab9131e26d2fcc2e9283a Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:20:22 -0500 Subject: [PATCH 1/2] fix: address nuget health checks --- src/AnthropicClient/AnthropicClient.csproj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/AnthropicClient/AnthropicClient.csproj b/src/AnthropicClient/AnthropicClient.csproj index 34d8767..7e759f4 100644 --- a/src/AnthropicClient/AnthropicClient.csproj +++ b/src/AnthropicClient/AnthropicClient.csproj @@ -9,6 +9,8 @@ Anthropic Client Library https://anthropicclient.stevanfreeborn.com/ https://github.com/StevanFreeborn/anthropic-client + true + true git anthropic;client README.md @@ -22,6 +24,10 @@ true + + true + + @@ -29,6 +35,7 @@ + From 5576b688c50b21031f68fca7e2728d1398a366c5 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:20:38 -0500 Subject: [PATCH 2/2] chore: upgrade System.Text.Json dep --- src/AnthropicClient/AnthropicClient.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AnthropicClient/AnthropicClient.csproj b/src/AnthropicClient/AnthropicClient.csproj index 7e759f4..51f596f 100644 --- a/src/AnthropicClient/AnthropicClient.csproj +++ b/src/AnthropicClient/AnthropicClient.csproj @@ -11,6 +11,7 @@ https://github.com/StevanFreeborn/anthropic-client true true + embedded git anthropic;client README.md @@ -34,7 +35,7 @@ - +