From df18492d7f57632d60e97cdee7431cc424d247d7 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 4 Jan 2021 19:56:08 +0200 Subject: [PATCH] Updated Nuget URL --- app/config/platforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 13773b67eb..ffc51b89ed 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -242,7 +242,7 @@ return [ 'name' => '.NET', 'version' => '0.0.1', 'url' => 'https://github.com/appwrite/sdk-for-dotnet', - 'package' => '', + 'package' => 'https://www.nuget.org/packages/Appwrite', 'enabled' => true, 'beta' => true, 'family' => APP_PLATFORM_SERVER,