From 968c03fd010e89a2b4f0254119d0bf488fb702ee Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 4 Jan 2021 11:23:36 +0200 Subject: [PATCH] Changed name from CSharp to .NET --- README.md | 2 +- app/config/platforms.php | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f5dea89bf..7967b1b2e 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Below is a list of currently supported platforms and languages. If you wish to h * ✅   [Deno](https://github.com/appwrite/sdk-for-deno) - **Beta** (Maintained by the Appwrite Team) * ✅   [Ruby](https://github.com/appwrite/sdk-for-ruby) - **Beta** (Maintained by the Appwrite Team) * ✅   [Python](https://github.com/appwrite/sdk-for-python) - **Beta** (Maintained by the Appwrite Team) -* ✅   [C#](https://github.com/appwrite/sdk-for-csharp) - **Expiremental** (Maintained by the Appwrite Team) +* ✅   [.NET](https://github.com/appwrite/sdk-for-dotnet) - **Expiremental** (Maintained by the Appwrite Team) * ✅   [Go](https://github.com/appwrite/sdk-for-go) **Work in progress** (Maintained by the Appwrite Team) * ✅   [Dart](https://github.com/appwrite/sdk-for-dart) **Work in progress** (Maintained by the Appwrite Team) diff --git a/app/config/platforms.php b/app/config/platforms.php index 8b751e436..13773b67e 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -238,18 +238,18 @@ return [ 'gitUserName' => 'appwrite', ], [ - 'key' => 'csharp', - 'name' => 'CSharp', + 'key' => 'dotnet', + 'name' => '.NET', 'version' => '0.0.1', - 'url' => 'https://github.com/appwrite/sdk-for-csharp', + 'url' => 'https://github.com/appwrite/sdk-for-dotnet', 'package' => '', 'enabled' => true, 'beta' => true, 'family' => APP_PLATFORM_SERVER, 'prism' => 'csharp', - 'source' => \realpath(__DIR__ . '/../sdks/server-csharp'), - 'gitUrl' => 'git@github.com:appwrite/sdk-for-csharp.git', - 'gitRepoName' => 'sdk-for-csharp', + 'source' => \realpath(__DIR__ . '/../sdks/server-dotnet'), + 'gitUrl' => 'git@github.com:appwrite/sdk-for-dotnet.git', + 'gitRepoName' => 'sdk-for-dotnet', 'gitUserName' => 'appwrite', ], [