Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdff2e79

Browse files
committed
Update version
1 parentc4a32c2 commitdff2e79

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

‎Appwrite/Appwrite.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
44
<PackageId>Appwrite</PackageId>
5-
<Version>0.23.0</Version>
5+
<Version>0.24.0</Version>
66
<Authors>Appwrite Team</Authors>
77
<Company>Appwrite Team</Company>
88
<Description>

‎Appwrite/Client.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ public Client(
6969
_headers=newDictionary<string,string>()
7070
{
7171
{"content-type","application/json"},
72-
{"user-agent",$"AppwriteDotNetSDK/0.23.0 ({Environment.OSVersion.Platform};{Environment.OSVersion.VersionString})"},
72+
{"user-agent",$"AppwriteDotNetSDK/0.24.0 ({Environment.OSVersion.Platform};{Environment.OSVersion.VersionString})"},
7373
{"x-sdk-name",".NET"},
7474
{"x-sdk-platform","server"},
7575
{"x-sdk-language","dotnet"},
76-
{"x-sdk-version","0.23.0"},
76+
{"x-sdk-version","0.24.0"},
7777
{"X-Appwrite-Response-Format","1.8.0"}
7878
};
7979

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Change Log
22

3+
##0.24.0
4+
5+
* Added ability to create attributes and indexes synchronously while creating a collection
6+
37
##0.23.0
48

59
* Rename`VCSDeploymentType` enum to`VCSReferenceType`

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ Appwrite is an open-source backend as a service server that abstract and simplif
1717
Add this reference to your project's`.csproj` file:
1818

1919
```xml
20-
<PackageReferenceInclude="Appwrite"Version="0.23.0" />
20+
<PackageReferenceInclude="Appwrite"Version="0.24.0" />
2121
```
2222

2323
You can install packages from the command line:
2424

2525
```powershell
2626
# Package Manager
27-
Install-Package Appwrite -Version 0.23.0
27+
Install-Package Appwrite -Version 0.24.0
2828
2929
# or .NET CLI
30-
dotnet add package Appwrite --version 0.23.0
30+
dotnet add package Appwrite --version 0.24.0
3131
```
3232

3333

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp