Skip to content

Commit 72b793d

Browse files
doco
1 parent 148f813 commit 72b793d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ NuGet: [RestClient.Net](https://www.nuget.org/packages/RestClient.Net)
1212

1313
[![.NET](https://github.com/MelbourneDeveloper/RestClient.Net/actions/workflows/dotnet.yml/badge.svg?branch=5%2Fdevelop)](https://github.com/MelbourneDeveloper/RestClient.Net/actions/workflows/dotnet.yml)
1414

15-
## 5.0 Release
15+
## 6.0 Release
1616

17-
5.0 brings a Fluent API, immutable types, lots of useful extension methods, and thorough unit testing. Check out [the tests](https://github.com/MelbourneDeveloper/RestClient.Net/blob/98560ee7f7470218f80e7416f2e8e9c60bfab759/src/RestClient.Net.UnitTests/MainUnitTests.cs#L290) for code examples.
17+
This version upgrades all dependencies and targets all the major versions: 4.5, 5, 6, 7.
1818

1919
### [Follow Me on Twitter for Updates](https://twitter.com/intent/follow?screen_name=cfdevelop&tw_p=followbutton) ##
2020

@@ -31,6 +31,8 @@ NuGet: [RestClient.Net](https://www.nuget.org/packages/RestClient.Net)
3131
![diagram](https://github.com/MelbourneDeveloper/Restclient.Net/blob/main/src/Images/Rendered/Stats.png)
3232
* Fluent API for construction, non-destructive mutation, and Url construction
3333
* Uses [.NET Core Logging - `ILogger`](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-5.0) to allow logging of all aspects of HTTP calls
34+
* Fluent API
35+
* Immutable client for thread safety
3436

3537
## Examples
3638

0 commit comments

Comments
 (0)