You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[][open-collective-link]
12
8
[][open-collective-link]
@@ -16,7 +12,7 @@
16
12
17
13
---
18
14
19
-
A library that gives you access to the powerful Parse Server backend from any platform supporting .NET Standard 2.0. For more information about Parse and its features, visit [parseplatform.org](https://parseplatform.org/).
15
+
A library that gives you access to the powerful Parse Server backend from any platform supporting .NET Standard 2.0 and .NET 9 / MAUI. For more information about Parse and its features, visit [parseplatform.org](https://parseplatform.org/).
20
16
21
17
---
22
18
@@ -35,9 +31,8 @@ A library that gives you access to the powerful Parse Server backend from any pl
35
31
36
32
37
33
## Getting Started
38
-
The previous stable release version 1.7.0 is available as
34
+
I Plan to push a nuget soon and update here
39
35
40
-
The latest development release is also available as
41
36
42
37
## Using the Code
43
38
Make sure you are using the project's root namespace.
@@ -220,7 +215,7 @@ await client.LogOutAsync();
220
215
```
221
216
222
217
## Local Builds
223
-
You can build the SDK on any system with the MSBuild or .NET Core CLI installed. Results can be found under either the `Release/netstandard2.0` or `Debug/netstandard2.0` in the `bin` folder unless a non-standard build configuration is used.
218
+
You can build the SDK on any system with the MSBuild or .NET Core CLI installed.
0 commit comments