Skip to content

Commit 85be2f4

Browse files
committed
Merge branch 'dev' into v109
# Conflicts: # src/RestSharp/RestClient.cs
2 parents 7be39f5 + cfd71db commit 85be2f4

File tree

14 files changed

+22
-27
lines changed

14 files changed

+22
-27
lines changed

README.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ What RestSharp adds to `HttpClient`:
88
- Multiple ways to add a request body, including JSON, XML, and form data
99
- Built-in serialization and deserilization of JSON and XML
1010

11-
## RestSharp vNext
11+
**RestSharp is supported by [AWS](https://aws.amazon.com/developer/language/net/solutions/).**
12+
13+
[![AWS Logo](https://restsharp.dev/aws_logo.png)](https://aws.amazon.com)
14+
15+
## RestSharp vNext (v107+)
1216

1317
Finally, RestSharp has moved to `HttpClient`. We also deprecated the following:
1418
- SimpleJson in favour of `System.Text.Json.JsonSerialzer`
@@ -66,7 +70,7 @@ Find RestSharp on Twitter: [@RestSharp][2]
6670

6771
### .NET Foundation
6872

69-
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).
73+
This project is a part of the [.NET Foundation](https://dotnetfoundation.org).
7074

7175
### Code Contributors
7276

@@ -75,26 +79,7 @@ This project exists thanks to all the people who contribute.
7579

7680
### Financial Contributors
7781

78-
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/RestSharp/contribute)]
79-
80-
#### Individuals
81-
82-
<a href="https://opencollective.com/RestSharp"><img src="https://opencollective.com/RestSharp/individuals.svg?width=890"></a>
83-
84-
#### Organizations
85-
86-
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/RestSharp/contribute)]
87-
88-
<a href="https://opencollective.com/RestSharp/organization/0/website"><img src="https://opencollective.com/RestSharp/organization/0/avatar.svg"></a>
89-
<a href="https://opencollective.com/RestSharp/organization/1/website"><img src="https://opencollective.com/RestSharp/organization/1/avatar.svg"></a>
90-
<a href="https://opencollective.com/RestSharp/organization/2/website"><img src="https://opencollective.com/RestSharp/organization/2/avatar.svg"></a>
91-
<a href="https://opencollective.com/RestSharp/organization/3/website"><img src="https://opencollective.com/RestSharp/organization/3/avatar.svg"></a>
92-
<a href="https://opencollective.com/RestSharp/organization/4/website"><img src="https://opencollective.com/RestSharp/organization/4/avatar.svg"></a>
93-
<a href="https://opencollective.com/RestSharp/organization/5/website"><img src="https://opencollective.com/RestSharp/organization/5/avatar.svg"></a>
94-
<a href="https://opencollective.com/RestSharp/organization/6/website"><img src="https://opencollective.com/RestSharp/organization/6/avatar.svg"></a>
95-
<a href="https://opencollective.com/RestSharp/organization/7/website"><img src="https://opencollective.com/RestSharp/organization/7/avatar.svg"></a>
96-
<a href="https://opencollective.com/RestSharp/organization/8/website"><img src="https://opencollective.com/RestSharp/organization/8/avatar.svg"></a>
97-
<a href="https://opencollective.com/RestSharp/organization/9/website"><img src="https://opencollective.com/RestSharp/organization/9/avatar.svg"></a>
82+
Become a financial contributor and help us sustain our community. [Contribute](https://github.com/sponsors/restsharp)
9883

9984
### License: Apache License 2.0
10085

docs/.vuepress/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ module.exports = {
22
title: "RestSharp",
33
description: "Simple .NET client for HTTP REST APIs",
44
plugins: ["@vuepress/active-header-links"],
5+
head: [
6+
["link", {rel: "apple-touch-icon", sizes: "180x180", href: "/apple-touch-icon.png"}],
7+
["link", {rel: "icon", type: "image/png", sizes: "32x32", href: "/favicon-32x32.png"}],
8+
["link", {rel: "icon", type: "image/png", sizes: "16x16", href: "/favicon-16x16.png"}],
9+
["link", {rel: "manifest", href: "/site.webmanifest"}]
10+
],
511
themeConfig: {
612
logo: "/restsharp.png",
713
navbar: [
11.9 KB
Loading
53.8 KB
Loading
10.8 KB
Loading

docs/.vuepress/public/aws_logo.png

28 KB
Loading
585 Bytes
Loading
1.26 KB
Loading

docs/.vuepress/public/favicon.ico

15 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 commit comments

Comments
 (0)