Releases: xin9le/PaidySDK
Releases · xin9le/PaidySDK
v1.2.1
Fix
- Generate
HttpClient
from IHttpClientFactory
each time
v1.2.0
New
- Supports .NET 6 + C# 10.0
v1.1.2
Fix
- Couldn't load
System.Text.Encoding.Web.dll
under .NET Core 3.x
- This problem is caused by a mis-configuration of the
System.Text.Json
package.
v1.0.3
Breaking Changes
- Removes
string Id
argument from PaymentService.CreateAsync
.
v1.0.2
Improvements
- Added
.AddPaidy(Func<IServiceProvider, PaidyOptions> optionsFactory)
overload.