From 0180a48fb192b656379265e05b4282bd15eae83c Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Wed, 18 Dec 2024 04:49:01 +0000 Subject: [PATCH 1/2] changed provate ref in client and server to shared --- .../PinguApps.Appwrite.Client.csproj | 4 +++- .../PinguApps.Appwrite.Server.csproj | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/PinguApps.Appwrite.Client/PinguApps.Appwrite.Client.csproj b/src/PinguApps.Appwrite.Client/PinguApps.Appwrite.Client.csproj index ba4b7a83..050cc611 100644 --- a/src/PinguApps.Appwrite.Client/PinguApps.Appwrite.Client.csproj +++ b/src/PinguApps.Appwrite.Client/PinguApps.Appwrite.Client.csproj @@ -32,7 +32,9 @@ - + + runtime; build; native; contentfiles; analyzers + diff --git a/src/PinguApps.Appwrite.Server/PinguApps.Appwrite.Server.csproj b/src/PinguApps.Appwrite.Server/PinguApps.Appwrite.Server.csproj index 467606e3..e3a05e64 100644 --- a/src/PinguApps.Appwrite.Server/PinguApps.Appwrite.Server.csproj +++ b/src/PinguApps.Appwrite.Server/PinguApps.Appwrite.Server.csproj @@ -32,7 +32,9 @@ - + + runtime; build; native; contentfiles; analyzers + From 8df94beaf3080b8391d77ec7f57c79685d812f0b Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Wed, 18 Dec 2024 04:49:18 +0000 Subject: [PATCH 2/2] bump version --- src/PinguApps.Appwrite.Shared/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PinguApps.Appwrite.Shared/Constants.cs b/src/PinguApps.Appwrite.Shared/Constants.cs index 6095a33e..6cc04017 100644 --- a/src/PinguApps.Appwrite.Shared/Constants.cs +++ b/src/PinguApps.Appwrite.Shared/Constants.cs @@ -1,5 +1,5 @@ namespace PinguApps.Appwrite.Shared; public static class Constants { - public const string Version = "0.4.2"; + public const string Version = "0.4.3"; }