1
0
Fork 0
mirror of synced 2024-06-18 18:54:55 +12:00

Changed name from CSharp to .NET

This commit is contained in:
Eldad Fux 2021-01-04 11:23:36 +02:00
parent 287bef7a6c
commit 968c03fd01
2 changed files with 7 additions and 7 deletions

View file

@ -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)

View file

@ -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',
],
[