Skip to content

Releases: wallee-payment/csharp-sdk

7.0.4

08 Apr 11:32
Compare
Choose a tag to compare

BugFix

  • Specify Content-Type for POST Request Without Body.
  • Refactored unit tests.

7.0.3

22 Jan 15:32
Compare
Choose a tag to compare

BugFix

  • Fix naming for the project

7.0.2

22 Dec 14:06
Compare
Choose a tag to compare

BugFixes

  • Enhanced request handling by excluding the automatic setting of the Content-Type header for requests with no body.
    • Previously, the Content-Type header was being set even for requests without a body, leading to unnecessary headers.
    • With this improvement, the Content-Type header is now intelligently omitted for requests that do not contain a request body.

7.0.1

15 Sep 11:53
Compare
Choose a tag to compare

BugFixes

  • Fix the issue with the derecognition of invoices
  • Fix the method initializeSubscriberPresent

7.0.0

20 Jul 14:46
Compare
Choose a tag to compare

Feature

  • Expose new APIs. The the full list of APIs can be found in the portal under /doc/api/web-service/v2

6.0.0

06 Jun 09:50
Compare
Choose a tag to compare

Features

  • Update RestSharp to 110.2.0
  • Update targetFramework to .NET 6.0
  • Update Newtonsoft.Json to 13.0.3
  • Update JsonSubTypes to 2.0.1 - Update NUnit to 3.13.3
  • Removal of the options UserAgent and BasePath which can be re-assigned in RestClientOptions in RestSharp

5.2.0

07 Feb 12:38
Compare
Choose a tag to compare

Feature

  • Add the ability to configure RestSharp client options

5.1.0

11 Jan 13:58
Compare
Choose a tag to compare

BugFix

  • Fix the configuration of the HTTP connection timeout

5.0.1

14 Dec 11:18
Compare
Choose a tag to compare

BugFix

  • Fixed publishing to Nuget pipeline

5.0.0

13 Dec 13:27
Compare
Choose a tag to compare

Features

  • Update RestSharp to 108.0.1
  • Update targetFramework to .NET 5.0
  • End of Support for .NET framework < 4.6.1

Bug

  • Fixed enum setter access modifiers