Coinbase.Commerce
2.0.1
A .NET implementation of the Coinbase Commerce API for cryptocurrency payments. Coinbase Commerce is the easiest and safest way for a business to start accepting digital currency payments. Works with Bitcoin (BTC), Ethereum (ETH), Litecoin (LTC), and Bitcoin Cash (BCH)!
Install-Package Coinbase.Commerce -Version 2.0.1
dotnet add package Coinbase.Commerce --version 2.0.1
<PackageReference Include="Coinbase.Commerce" Version="2.0.1" />
paket add Coinbase.Commerce --version 2.0.1
Release Notes
## v2.0.1
* Update `Flurl.Http` dependency to 3.0.1.
* Minimum .NET Framework requirement changed from 4.5 to 4.6.1.
* Dropped support for `netstandard1.3`; `netstandard2.0` still supported.
## v1.1.1
* Issue 12: Fixes error converting null to type 'System.Int64' in charge payments block height.
## v1.1.0
* PR 10: New API methods added: `CancelChargeAsync` and `ResolveChargeAsync`.
* Model update. `Id` and `Resource` properties added on models.
## v1.0.6
* PR 5: Added additional `Webhook` event helper properties, `Event.IsChargeDelayed`, `Event.IsChargePending`, `Event.IsChargeResolved`.
## v1.0.5
* Added SourceLink compatibility.
* Added `CommerceApi.EnableFiddlerDebugProxy()` method to help debug HTTP calls. The method appears for applications using **.NET Standard 2.0** or **Full .NET Framework**. The `EnableFiddlerDebugProxy` will not appear for **.NET Standard 1.3** consumers.
* NuGet dependency `Flurl.Http` updated.
* NuGet dependency `Newtonsoft.Json` updated.
Full History Here: https://github.com/bchavez/Coinbase.Commerce/blob/master/HISTORY.md
Dependencies
-
.NETFramework 4.6.1
- Flurl.Http (>= 3.0.1)
- Newtonsoft.Json (>= 12.0.3)
-
.NETStandard 2.0
- Flurl.Http (>= 3.0.1)
- Newtonsoft.Json (>= 12.0.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.