Skip to content

Commit

Permalink
#v4.2.2111.1-rc - v4.2 preparations (#88)
Browse files Browse the repository at this point in the history
* - invoice cancellation implemented
  • Loading branch information
Antonio Buedo authored Nov 18, 2021
1 parent a9ead44 commit cf3b797
Show file tree
Hide file tree
Showing 20 changed files with 16 additions and 16 deletions.
Binary file modified Assemblies/BitPay.Net.Lib/net452/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net46/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net461/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net462/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net47/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net471/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net472/BitPay.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Assemblies/BitPay.Net.Lib/netcoreapp2.0/BitPay.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.0": {
"BitPay/4.1.2111": {
"BitPay/4.2.2111": {
"dependencies": {
"BouncyCastle": "1.8.9",
"Microsoft.CSharp": "4.7.0",
Expand Down Expand Up @@ -147,7 +147,7 @@
}
},
"libraries": {
"BitPay/4.1.2111": {
"BitPay/4.2.2111": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netcoreapp2.0/BitPay.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Assemblies/BitPay.Net.Lib/netcoreapp2.1/BitPay.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.1": {
"BitPay/4.1.2111": {
"BitPay/4.2.2111": {
"dependencies": {
"BouncyCastle": "1.8.9",
"Microsoft.CSharp": "4.7.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
}
},
"libraries": {
"BitPay/4.1.2111": {
"BitPay/4.2.2111": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netcoreapp2.1/BitPay.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Assemblies/BitPay.Net.Lib/netcoreapp2.2/BitPay.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.2": {
"BitPay/4.1.2111": {
"BitPay/4.2.2111": {
"dependencies": {
"BouncyCastle": "1.8.9",
"Microsoft.CSharp": "4.7.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
}
},
"libraries": {
"BitPay/4.1.2111": {
"BitPay/4.2.2111": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netcoreapp2.2/BitPay.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Assemblies/BitPay.Net.Lib/netstandard2.0/BitPay.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"BitPay/4.1.2111": {
"BitPay/4.2.2111": {
"dependencies": {
"BouncyCastle": "1.8.9",
"Microsoft.CSharp": "4.7.0",
Expand Down Expand Up @@ -180,7 +180,7 @@
}
},
"libraries": {
"BitPay/4.1.2111": {
"BitPay/4.2.2111": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netstandard2.0/BitPay.dll
Binary file not shown.
Binary file added Assemblies/BitPay.Net.Lib_4.2.2111.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions BitPay/BitPay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

/**
* @author Antonio Buedo
* @date 08.11.2021
* @version 4.1.2111
* @date 18.11.2021
* @version 4.2.2111
*
* See bitpay.com/api for more information.
*/
Expand Down
8 changes: 4 additions & 4 deletions BitPay/BitPay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<TargetFrameworks>net452;net46;net461;net462;net47;net471;net472;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks>
<LangVersion>latest</LangVersion>
<!-- version numbers will be updated by build -->
<AssemblyVersion>4.1.2111.0</AssemblyVersion>
<FileVersion>4.1.2111</FileVersion>
<VersionPrefix>4.1.2111</VersionPrefix>
<Version>4.1.2111</Version>
<AssemblyVersion>4.2.2111.0</AssemblyVersion>
<FileVersion>4.2.2111</FileVersion>
<VersionPrefix>4.2.2111</VersionPrefix>
<Version>4.2.2111</Version>
<Authors>Antonio Buedo</Authors>
<Company>BitPay Inc.</Company>
<Owners>BitPay, Inc.</Owners>
Expand Down
2 changes: 1 addition & 1 deletion BitPay/Env.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Env
public const string TestUrl = "https://test.bitpay.com/";
public const string ProdUrl = "https://bitpay.com/";
public const string BitpayApiVersion = "2.0.0";
public const string BitpayPluginInfo = "BitPay_DotNet_Client_v4.1.2111";
public const string BitpayPluginInfo = "BitPay_DotNet_Client_v4.2.2111";
public const string BitpayApiFrame = "std";
public const string BitpayApiFrameVersion = "1.0.0";
public class Tokens
Expand Down
2 changes: 1 addition & 1 deletion BitPayXUnitTest/BitPayTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public async Task TestShouldGetInvoiceIdOne() {
}

[Fact]
public async Task TestShouldCreateUpdateAndDeleteInvoice() {
public async Task TestShouldCreateAndDeleteInvoice() {
// update and delete invoice by id
var basicInvoice = await _bitpay.CreateInvoice(new Invoice(1.0, Currency.USD), Facade.Merchant);
var retreivedInvoice = await _bitpay.GetInvoice(basicInvoice.Id);
Expand Down

0 comments on commit cf3b797

Please sign in to comment.