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
<Description>This is the official package for the Parse .NET Standard SDK. Add a cloud backend to any platform supporting .NET Standard 2.0.</Description>
14
+
<Description>The Parse .NET SDK for Parse Platform</Description>
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/).
20
+
This library gives you access to the powerful Parse Server backend from your .NET app. For more information on Parse Platform and its features, visit [parseplatform.org](https://parseplatform.org).
21
21
22
22
---
23
23
24
-
-[Parse SDK for .NET](#parse-sdk-for-net)
25
-
-[Getting Started](#getting-started)
26
-
-[Compatibility](#compatibility)
27
-
-[.NET](#net)
28
-
-[Using the Code](#using-the-code)
29
-
-[Common Definitions](#common-definitions)
30
-
-[Client-Side Use](#client-side-use)
31
-
-[Use In Unity Client](#use-in-unity-client)
32
-
-[Unity3D on iOS](#unity3d-on-ios)
33
-
-[Unity3D on Android](#unity3d-on-android)
34
-
-[Server-Side Use](#server-side-use)
35
-
-[Basic Demonstration](#basic-demonstration)
36
-
-[Local Builds](#local-builds)
37
-
-[.NET Core CLI](#net-core-cli)
38
-
39
-
40
-
## Getting Started
41
-
The previous stable release version 1.7.0 is available as [a NuGet package][nuget-link].
42
-
43
-
The latest development release is also available as [a NuGet package (Prerelease)][nuget-link-prerelease].
44
-
45
-
Note that the previous stable package currently available on the official distribution channel is quite old.
46
-
To use the most up-to-date code, either build this project and reference the generated NuGet package, download the pre-built assembly from [releases][releases-link] or check the [NuGet package (Prerelease)][nuget-link-prerelease] on NuGet.
24
+
-[Compatibility](#compatibility)
25
+
-[.NET](#net)
26
+
-[Using the Code](#using-the-code)
27
+
-[Common Definitions](#common-definitions)
28
+
-[Client-Side Use](#client-side-use)
29
+
-[Use In Unity Client](#use-in-unity-client)
30
+
-[Unity3D on iOS](#unity3d-on-ios)
31
+
-[Unity3D on Android](#unity3d-on-android)
32
+
-[Server-Side Use](#server-side-use)
33
+
-[Basic Demonstration](#basic-demonstration)
34
+
-[Local Builds](#local-builds)
35
+
-[.NET Core CLI](#net-core-cli)
47
36
48
37
## Compatibility
49
38
@@ -53,10 +42,14 @@ Parse .NET SDK is continuously tested with the most recent releases of .NET to e
53
42
54
43
| .NET Version | End-of-Life | Parse .NET SDK Version |
> We have removed support for [NET Standard 2.0](https://devblogs.microsoft.com/dotnet/the-future-of-net-standard/) with Parse .NET SDK 4.0. Xamarin developers should migrate to .NET MAUI to use the latest version of the Parse .NET SDK. Unity developers should use Parse .NET SDK <4.0 until Unity supports .NET and then migrate to the latest version of the Parse .NET SDK.
60
53
61
54
## Using the Code
62
55
Make sure you are using the project's root namespace.
0 commit comments