Skip to content

Commit 2ae68a7

Browse files
Update README.md
1 parent e46522f commit 2ae68a7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,13 @@ It's worth getting in touch with us to discuss changes in case of any questions.
256256
- [NClient.Providers.Transport.RestSharp](https://www.nuget.org/packages/NClient.Providers.Transport.RestSharp): The provider that allows you to transport messages using RestSharp.
257257
- [NClient.Providers.Serialization.SystemTextJson](https://www.nuget.org/packages/NClient.Providers.Serialization.SystemTextJson): The provider that allows you to use the System.Text.Json serializer.
258258
- [NClient.Providers.Serialization.NewtonsoftJson](https://www.nuget.org/packages/NClient.Providers.Serialization.NewtonsoftJson): The provider that allows you to use the Newtonsoft.Json serializer.
259-
- [NClient.Providers.Serialization.SystemXml](https://www.nuget.org/packages/NClient.Providers.Serialization.SystemXml): The provider that allows you to use the System.Xml.XmlSerializer serializer.
259+
- [NClient.Providers.Serialization.SysteTmXml](https://www.nuget.org/packages/NClient.Providers.Serialization.SystemXml): The provider that allows you to use the System.Xml.XmlSerializer serializer.
260260
- [NClient.Providers.Serialization.MessagePack](https://www.nuget.org/packages/NClient.Providers.Serialization.MessagePack): The provider that allows you to use the MessagePackCSharp serializer.
261261
- [NClient.Providers.Serialization.ProtobufNet](https://www.nuget.org/packages/NClient.Providers.Serialization.ProtobufNet): The provider that allows you to use the ProtobufNet serializer.
262262
- [NClient.Providers.Resilience.Polly](https://www.nuget.org/packages/NClient.Providers.Resilience.Polly): The provider that allows you to implement resilience policies using the Polly library.
263263
- [NClient.Providers.Mapping.HttpResponses](https://www.nuget.org/packages/NClient.Providers.Mapping.HttpResponses): The provider that allows you to return native HTTP responses.
264264
- [NClient.Providers.Mapping.LanguageExt](https://www.nuget.org/packages/NClient.Providers.Mapping.LanguageExt): The provider that allows you to return the LanguageExt of a monad as responses.
265+
266+
## Acknowledgements
267+
<a link="https://www.jetbrains.com"><img src="jetbrains.png" style="width:150px" align="left" alt="logo"></a></br>
268+
The NClient wishes to thank [JetBrains](https://www.jetbrains.com) for supporting the project with free open source Rider licenses.

0 commit comments

Comments
 (0)