File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,11 @@ dotnet cake build.cake
39
39
40
40
## NuGet Packages
41
41
### Curl.CommandLine.Parser
42
+ [ ![ NuGet] ( https://img.shields.io/nuget/v/Curl.CommandLine.Parser.svg )] ( https://www.nuget.org/packages/Curl.CommandLine.Parser/ )
43
+
42
44
#### Key Features
43
- - Parse cURL command into individual cURL options.
44
- - Return parsing errors and warnings if the cURL input is invalid.
45
+ - Parses cURL command into individual cURL options.
46
+ - Returns parsing errors and warnings if the cURL input is invalid.
45
47
46
48
#### Installation
47
49
Install with NuGet
@@ -61,10 +63,10 @@ Console.WriteLine(output.Data.UploadData.First().Content);
61
63
```
62
64
63
65
### Curl.HttpClient.Converter
66
+ [ ![ NuGet] ( https://img.shields.io/nuget/v/Curl.HttpClient.Converter.svg )] ( https://www.nuget.org/packages/Curl.HttpClient.Converter/ )
64
67
#### Key Features
65
- - Parse cURL command into C# code.
66
- - Convert output from CurlParser into C# code.
67
- - Return parsing errors and warnings if the cURL input is invalid.
68
+ - Converts output from CurlParser into C# code.
69
+ - Returns parsing errors and warnings if the cURL input is invalid.
68
70
69
71
#### Installation
70
72
Install with NuGet
You can’t perform that action at this time.
0 commit comments