Skip to content

Commit 3d6df63

Browse files
authored
Update README.md
1 parent 4487e2d commit 3d6df63

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
---
44

5-
[![Build Status](https://github.com/parse-community/Parse-SDK-dotNET/workflows/ci/badge.svg?branch=master)](https://github.com/parse-community/Parse-SDK-dotNET/actions?query=workflow%3Aci+branch%3Amaster)
6-
[![Coverage](https://img.shields.io/codecov/c/github/parse-community/Parse-SDK-dotNET/master.svg)](https://codecov.io/github/parse-community/Parse-SDK-dotNET?branch=master)
7-
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/Parse-SDK-dotNET/releases)
8-
9-
[![Nuget](https://img.shields.io/nuget/v/parse.svg)](http://nuget.org/packages/parse)
5+
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/YBTopaz8/Parse-SDK-dotNET/releases)
106

117
[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)][open-collective-link]
128
[![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)][open-collective-link]
@@ -16,7 +12,7 @@
1612

1713
---
1814

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/).
2016

2117
---
2218

@@ -35,9 +31,8 @@ A library that gives you access to the powerful Parse Server backend from any pl
3531

3632

3733
## 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
3935

40-
The latest development release is also available as
4136

4237
## Using the Code
4338
Make sure you are using the project's root namespace.
@@ -220,7 +215,7 @@ await client.LogOutAsync();
220215
```
221216

222217
## 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.
224219

225220
## .NET Core CLI
226221

0 commit comments

Comments
 (0)