diff --git a/src/PinguApps.Appwrite.Client/PinguApps.Appwrite.Client.csproj b/src/PinguApps.Appwrite.Client/PinguApps.Appwrite.Client.csproj index 050cc611..86dc910d 100644 --- a/src/PinguApps.Appwrite.Client/PinguApps.Appwrite.Client.csproj +++ b/src/PinguApps.Appwrite.Client/PinguApps.Appwrite.Client.csproj @@ -20,6 +20,8 @@ PinguApps A .NET implementation of the Appwrite SDK for client-side consumption. Ideal for developers looking to leverage Appwrite's powerful backend capabilities in their .NET applications. Copyright 2024 (c) Pingu. All rights reserved. + + $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage @@ -33,7 +35,8 @@ - runtime; build; native; contentfiles; analyzers + true + PinguApps.Appwrite.Shared.dll @@ -42,4 +45,10 @@ + + + + + + diff --git a/src/PinguApps.Appwrite.Server/PinguApps.Appwrite.Server.csproj b/src/PinguApps.Appwrite.Server/PinguApps.Appwrite.Server.csproj index e3a05e64..fb24d1b8 100644 --- a/src/PinguApps.Appwrite.Server/PinguApps.Appwrite.Server.csproj +++ b/src/PinguApps.Appwrite.Server/PinguApps.Appwrite.Server.csproj @@ -20,6 +20,8 @@ PinguApps A .NET implementation of the Appwrite SDK for server-side consumption. Ideal for developers looking to leverage Appwrite's powerful backend capabilities in their .NET applications. Copyright 2024 (c) Pingu. All rights reserved. + + $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage @@ -33,7 +35,8 @@ - runtime; build; native; contentfiles; analyzers + true + PinguApps.Appwrite.Shared.dll @@ -42,4 +45,10 @@ + + + + + + diff --git a/src/PinguApps.Appwrite.Shared/Constants.cs b/src/PinguApps.Appwrite.Shared/Constants.cs index 6cc04017..3641eb4a 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.3"; + public const string Version = "0.4.4"; }