Skip to content

Commit 1c75191

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev
# Conflicts: # Appwrite/Appwrite.csproj # Appwrite/Client.cs # README.md
2 parents b842852 + e0ca491 commit 1c75191

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/autoclose.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Auto-close External Pull Requests
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, reopened]
6+
7+
jobs:
8+
auto_close:
9+
uses: appwrite/.github/.github/workflows/autoclose.yml@main
10+
secrets:
11+
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

Appwrite/Client.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ public Client(
7373
{ "x-sdk-name", ".NET" },
7474
{ "x-sdk-platform", "server" },
7575
{ "x-sdk-language", "dotnet" },
76-
{ "x-sdk-version", "0.10.0"}, { "X-Appwrite-Response-Format", "1.6.0" }
76+
{ "x-sdk-version", "0.10.0"},
77+
{ "X-Appwrite-Response-Format", "1.6.0" }
7778
};
7879

7980
_config = new Dictionary<string, string>();

0 commit comments

Comments
 (0)