We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d84e9 commit 617f371Copy full SHA for 617f371
README.md
@@ -10,7 +10,7 @@ Released under the MIT License. See the [LICENSE][] File for further details.
10
## Installation
11
Install `https` as a global .NET tool using
12
```bash
13
-dotnet tool install --global https --version 0.1.0-beta
+dotnet tool install --global https --version 0.1.1-beta
14
```
15
16
## Usage
@@ -60,7 +60,7 @@ Content-Length: 423
60
"Content-Length": "17",
61
"Content-Type": "application/json; charset=utf-8",
62
"Host": "httpbin.org",
63
- "User-Agent": "dotnet-https/0.1.0.0",
+ "User-Agent": "dotnet-https/0.1.1.0",
64
"X-Content": "content-x"
65
},
66
"json": {
0 commit comments